Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
0529bill committed Jul 8, 2022
1 parent 2068030 commit 3f1a349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: npm run build && npm run git

- name: npm publish
run: npm run publish:message && npm version patch && npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.TOKEN_NPM}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"publish:patch": "npm version patch --no-git-tag-version && npm publish",
"publish:major": "npm version major && npm publish",
"git": "git config --global user.email [email protected] && git config --global user.name 'bill'",
"git:commit": "git add . && git commit -m 'fix: build'"
"git:commit": "git add . && git commit -m 'fix: build' && npm version patch"
},
"keywords": [
"react",
Expand Down

0 comments on commit 3f1a349

Please sign in to comment.