We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c634d7f commit 6d78bedCopy full SHA for 6d78bed
.github/workflows/release-please.yml
@@ -36,9 +36,11 @@ jobs:
36
node-version: lts/*
37
registry-url: https://registry.npmjs.org
38
if: ${{ steps.release.outputs.release_created }}
39
- - run: npm install
+ - uses: pnpm/action-setup@v2
40
41
- - run: npm publish --provenance --access public
+ - run: pnpm install
42
+ if: ${{ steps.release.outputs.release_created }}
43
+ - run: pnpm publish --provenance --access public
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
0 commit comments