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 42f8f35 commit 06cf8b2Copy full SHA for 06cf8b2
.github/workflows/release-package.yml
@@ -94,4 +94,4 @@ jobs:
94
- run: pnpm build
95
- run: pnpm publish --access public --no-git-checks
96
env:
97
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments