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 aff4803 commit 6da5541Copy full SHA for 6da5541
.github/workflows/release.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Publish
42
run: cd dist && npm publish --access public
43
env:
44
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments