Skip to content

Commit

Permalink
ci: add bump policy
Browse files Browse the repository at this point in the history
does not bump at every commit
  • Loading branch information
gabririgo committed Jun 15, 2022
1 parent 0af7585 commit e3088b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
# we skip tag, as a new tag is created when the release workflow is executed
with:
skip-tag: 'true'
bump-policy: 'all'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e3088b1

Please sign in to comment.