We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d1244 commit b684a0fCopy full SHA for b684a0f
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
- name: Publish to npm
35
run: pnpm publish --access public --no-git-checks
36
env:
37
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
0 commit comments