We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acfc04 commit c953674Copy full SHA for c953674
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
with:
103
ref: ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }}
104
- uses: DeterminateSystems/nix-installer-action@v11
105
- - uses: DeterminateSystems/flakehub-push@v3
+ - uses: DeterminateSystems/flakehub-push@v5
106
107
visibility: public
108
tag: ${{ inputs.tag }}
0 commit comments