Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PupilTong authored Feb 12, 2022
1 parent 1a267a9 commit 529331e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "pupilTong"
- run: npm version ${{github.event.release.tag_name}}
- run: npm publish
env:
Expand Down

0 comments on commit 529331e

Please sign in to comment.