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 e72440e commit bc75449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
with:
token: ${{ secrets.WANDBMACHINE_GITHUB_TOKEN }}
fetch-depth: 0
- id: "Setup Git"
- id: setup_git
run: |
git config --global user.name 'Weave Build Bot'
git config --global user.email [email protected]
- id: "Bump the version"
- id: bump_version
run: |
bump-my-version bump ${{ github.event.inputs.bump_type }} ./weave/version.py --tag --commit
git push
git push --tags
- id: "Start the next development cycle"
- id: start_next_development_cycle
# This might seem weird to bump patch and then pre_n, but since semver
# dictates that pre-release versions have lower precedence, this ensures
# that the next commit on main will have a pre-release version.
Expand Down

0 comments on commit bc75449

Please sign in to comment.