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

Commit cba49f5

Browse files
authored
fix(workflow): make npm script starts with run unlike yarn
1 parent 4ed3e78 commit cba49f5

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 run publish
42+
run: npm publish

0 commit comments

Comments
 (0)