Skip to content

Commit

Permalink
Fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Sep 11, 2024
1 parent 4ab4a18 commit 8155dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
git config --global user.name 'Weave Build Bot'
git config --global user.email [email protected]
- id: install_bump
run: pip install --upgrade bump-my-version
- id: bump_version
run: |
bump-my-version bump ${{ github.event.inputs.bump_type }} ./weave/version.py --tag --commit
Expand Down

0 comments on commit 8155dc1

Please sign in to comment.