Skip to content

Commit 773524e

Browse files
authored
yarn
1 parent 5f47d8a commit 773524e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm publish
31+
- run: yarn publish
3232
if: github.event == 'push'
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -43,7 +43,7 @@ jobs:
4343
node-version: 12
4444
registry-url: https://npm.pkg.github.com/
4545
scope: '@f'
46-
- run: npm publish
46+
- run: yarn publish
4747
if: github.event == 'push'
4848
env:
4949
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)