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 87b47de commit 8667b20Copy full SHA for 8667b20
.github/workflows/release-package.yml
@@ -92,6 +92,6 @@ jobs:
92
cache: "pnpm"
93
- run: pnpm install
94
- run: pnpm build
95
+ - name: Configure npm access token via .npmrc
96
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
97
- run: pnpm publish --access public --no-git-checks
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments