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 2617961 commit dd4ca94Copy full SHA for dd4ca94
.github/workflows/npm-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install packages
20
run: yarn
21
- name: Publish release to npm
22
- run: yarn publish --non-interactive
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
25
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings
+ run: yarn publish --non-interactive
0 commit comments