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

Commit 6f65877

Browse files
committed
fix(workflow): make npm script starts with run unlike yarn
1 parent eef9223 commit 6f65877

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
@@ -39,4 +39,4 @@ jobs:
3939
- name: Npm registry authentication
4040
run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
4141
- name: Publish package to Github and Npm package registries
42-
run: npm publish
42+
run: npm run publish

0 commit comments

Comments
 (0)