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 fa94e33 commit fd07595Copy full SHA for fd07595
.github/workflows/publish.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Deploy package
23
run: npm publish
24
env:
25
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments