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 a6490b7 commit c668d11Copy full SHA for c668d11
.github/workflows/publish.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Run build
30
run: yarn build
31
- name: Publish to npm
32
- run: yarn publish --non-interactive
+ run: yarn publish
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments