Skip to content

Commit

Permalink
fix: auto publish version bump #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodayoshikazu committed Apr 19, 2023
1 parent 8543495 commit 75038ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
- uses: copapow/version-bump-package@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
major-keywords: BREAKING CHANGE
minor-keywords: feat,minor
patch-keywords: fix,chore
should-default-to-patch: true
- uses: EndBug/add-and-commit@v7
with:
branch: master
Expand Down

0 comments on commit 75038ef

Please sign in to comment.