From fbe968f229121cd30eb5a58f187b813b955a8e1b Mon Sep 17 00:00:00 2001 From: Sam Richards Date: Sat, 13 Jan 2024 16:05:38 -0800 Subject: [PATCH] chore: use pnpm instead of npx --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b22074dc5e..f36298d914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}