mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Publish the flake as public, every time
This exposed a bug in FlakeHub's private toggling, where the public 3.0.0 release followed by an accidentally private 0.1.x release, managed to cause the flake to be shunted closed. This should not be possible, so let's dig into how that came to be and make sure to create a test case against this should-be-impossible transition.
This commit is contained in:
parent
fea4ee8c5e
commit
fd6231e612
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-release.yml
vendored
2
.github/workflows/upload-release.yml
vendored
|
@ -100,5 +100,5 @@ jobs:
|
|||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
with:
|
||||
rolling: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
|
||||
visibility: "private"
|
||||
visibility: "public"
|
||||
tag: "${{ github.ref_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue