Skip to content

Commit

Permalink
fix bump-my-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 30, 2023
1 parent 8b8c31d commit 303939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
python -m pip install bump-my-version
echo "Bumping version"
python -m bump-my-version bump --tag patch
bump-my-version bump --tag patch
echo "new_version=$(grep -E '__version__' xscen/__init__.py | cut -d ' ' -f3)"
- name: Push Changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 303939b

Please sign in to comment.