Skip to content

Commit

Permalink
Merge pull request #1254 from privacy-scaling-explorations/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): fix tag publishing workflow
  • Loading branch information
ctrlc03 authored Feb 27, 2024
2 parents 6a905de + e2e194c commit 8677b1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Publish NPM
run: |
# Prevent `git commit error`
# It will not be pushed to GitHub as it is ephemeral
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
# Depending on the STATE_TREE_DEPTH param, there
# might be changes in the EmptyBallotRoots.sol file
git add contracts/contracts/trees/EmptyBallotRoots.sol
Expand Down

0 comments on commit 8677b1a

Please sign in to comment.