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 157daf8 commit 64baa87Copy full SHA for 64baa87
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Publish
44
if: ${{ steps.release.outputs.releases_created == 'true' }}
45
- run: pnpm -r publish
+ run: |
46
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
47
+ pnpm -r --no-git-checks publish
48
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments