Skip to content

Commit 6d78bed

Browse files
committed
chore: use pnpm in ci
release-as: 0.0.2
1 parent c634d7f commit 6d78bed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
node-version: lts/*
3737
registry-url: https://registry.npmjs.org
3838
if: ${{ steps.release.outputs.release_created }}
39-
- run: npm install
39+
- uses: pnpm/action-setup@v2
4040
if: ${{ steps.release.outputs.release_created }}
41-
- run: npm publish --provenance --access public
41+
- run: pnpm install
42+
if: ${{ steps.release.outputs.release_created }}
43+
- run: pnpm publish --provenance --access public
4244
env:
4345
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4446
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)