We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4821b commit 2617961Copy full SHA for 2617961
.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: npm publish
+ 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
0 commit comments