Update .github/workflows/download-latest.yml
Some checks failed
Update Determinate Nix binary / download-binary (push) Successful in 2m19s
Update Determinate Nix binary / commit-data (push) Successful in 40s
Update Determinate Nix binary / release-tag (push) Failing after 36s

This commit is contained in:
2025-09-03 22:34:22 -04:00
parent 59adaa88e2
commit 331477ab31

View File

@@ -92,6 +92,11 @@ jobs:
git push
env:
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
release-tag:
runs-on: ubuntu-latest
needs: [download-binary,commit-data]
if: ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
steps:
- name: sleep 30
run: sleep 30
- name: Publish release