Skip to content

Commit 169e99c

Browse files
authored
Merge pull request #5 from locol23/fix/update-yarn-publish-command
fix: Update yarn publish command
2 parents 8f7a047 + 368563f commit 169e99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: |
2121
yarn
2222
yarn build
23-
yarn publish
23+
yarn npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)