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 c8c2cfc commit 5f49f19Copy full SHA for 5f49f19
.github/workflows/publish.yml
@@ -14,4 +14,4 @@ jobs:
14
- run: npm install
15
- run: npm publish
16
env:
17
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments