Skip to content

Commit

Permalink
fix(publish): ensure test packages import exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jan 19, 2024
1 parent 99858e3 commit 0ed2f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git add contracts/contracts/trees/EmptyBallotRoots.sol
git diff --staged --quiet || git commit -m "Commit changes before publishing"
lerna version 0.0.0-ci.$(git rev-parse --short HEAD) --no-push --yes
lerna version 0.0.0-ci.$(git rev-parse --short HEAD) --no-push --yes --exact
lerna publish from-git --dist-tag ci --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0ed2f61

Please sign in to comment.