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 16093ca commit 562417cCopy full SHA for 562417c
.github/workflows/publish-npm.yml
@@ -17,4 +17,5 @@ jobs:
17
- name: Publish package
18
run: yarn publish --access public
19
env:
20
+ # Create your own token at https://github.com/organization/repository/settings/secrets
21
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments