Skip to content

Commit

Permalink
chore: use pnpm instead of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Jan 14, 2024
1 parent c2ee394 commit fbe968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
git add contracts/contracts/trees/EmptyBallotRoots.sol
git diff --staged --quiet || git commit -m "Commit changes before publishing"
npx lerna publish from-git --yes
pnpm exec lerna publish from-git --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fbe968f

Please sign in to comment.