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 9187ea6 commit 743cbe9Copy full SHA for 743cbe9
.github/workflows/release.yaml
@@ -22,4 +22,4 @@ jobs:
22
- name: Publish release
23
run: npm publish --access public
24
env:
25
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments