Skip to content

Commit

Permalink
更新 To NPM.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymh0000123 committed Nov 14, 2023
1 parent f879a13 commit adb2692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/To NPM.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: To NPM
name: To NPM
"on":
- workflow_dispatch
- push
Expand All @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: python3 new_version.py
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit adb2692

Please sign in to comment.