Skip to content

Commit

Permalink
update --build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlamz committed Jun 18, 2023
1 parent 166ad54 commit e13817b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
git config --local user.email "qylinxia@qq.com"
git config --local user.name "aaronlamz"
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
git stash
npm version patch
git stash pop
# git stash
# npm version patch
# git stash pop
git status
git push --follow-tags
npm publish
env:
Expand Down

0 comments on commit e13817b

Please sign in to comment.