Skip to content

Commit eb92175

Browse files
committed
chore: update workflow
1 parent b47254d commit eb92175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/NpmPublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: publish
22
on:
3+
workflow_dispatch: null
34
push:
45
tags:
56
- "*"
@@ -21,6 +22,6 @@ jobs:
2122
- name: check can npm-publish
2223
run: npx can-npm-publish
2324
- name: release
24-
run: yarn publish
25+
run: npm publish
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}

0 commit comments

Comments
 (0)