Skip to content

Commit 2617961

Browse files
committed
version bump before release.
1 parent 3f4821b commit 2617961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install packages
2020
run: yarn
2121
- name: Publish release to npm
22-
run: npm publish
22+
run: yarn publish --non-interactive
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
2525
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings

0 commit comments

Comments
 (0)