Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0b01938

Browse files
committed
fix(publish): revert publish command from yarn back to npm for successful publishing
1 parent 2362d1d commit 0b01938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Npm registry authentication
4141
run: yarn config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
4242
- name: Publish package to Github and Npm package registries
43-
run: yarn publish
43+
run: npm publish

0 commit comments

Comments
 (0)