1
0
Fork 0
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:
Graham Christensen 2025-03-06 15:36:43 -08:00 committed by GitHub
parent fea4ee8c5e
commit fd6231e612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}"