Skip to content

Commit 0a25981

Browse files
committed
refactor: update npm publish command in GitHub Actions workflow
1 parent 99988fe commit 0a25981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Build
2828
run: yarn build
2929
- name: Publish to NPM
30-
run: yarn npm publish
30+
run: npm publish
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 commit comments

Comments
 (0)