Skip to content

Commit 33cb1f5

Browse files
Update publish.yml
1 parent 4f63185 commit 33cb1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 10.19
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm i
29-
- run: npx run semantic-release
29+
- run: npm run semantic-release
3030
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)