mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-03 07:30:14 +00:00
Move release tag to include the nix hashes auto-update.
This commit is contained in:
parent
2846ee7a4c
commit
ef42977f75
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1425,5 +1425,13 @@ jobs:
|
||||
git config user.email "$GIT_USER_EMAIL"
|
||||
git add circuits-nix-hashes.json
|
||||
git diff --cached --quiet && exit 0
|
||||
git commit -m "chore(ci): auto-update Nix hashes for ${{ env.VERSION }}"
|
||||
git commit -m "chore(ci): auto-update Nix hashes for ${{ env.VERSION }} [skip ci]"
|
||||
git push origin main
|
||||
|
||||
# [skip ci] above prevents this force-push from re-triggering the workflow.
|
||||
- name: Move the release tag to include Nix hashes
|
||||
env:
|
||||
TAG: ${{ needs.setup.outputs.tag }}
|
||||
run: |
|
||||
git tag -f "$TAG"
|
||||
git push origin "refs/tags/$TAG" --force
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user