Skip to content

Commit 4accea6

Browse files
authored
Merge pull request #7 from locol23/fix/change-publish-command
fix: Change publish command
2 parents 7a6ad0c + e4502b4 commit 4accea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish npm package to GitHub Packages
1+
name: Publish node package to GitHub Packages
22

33
on:
44
release:
@@ -20,7 +20,7 @@ jobs:
2020
- run: |
2121
yarn
2222
yarn build
23-
yarn npm publish
23+
npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)