Skip to content

Commit 32a16fe

Browse files
committed
ci(github): change npm to yarn for npm publishing
1 parent 62a5a12 commit 32a16fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org
17-
- run: npm publish --access public
17+
- run: yarn publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)