Skip to content

Commit 235d951

Browse files
Update npm-publish.yml
1 parent 4b21821 commit 235d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
node-version: 14
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn install
31-
- run: npm publish
31+
- run: yarn publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)