Skip to content

Commit

Permalink
fixup! Add workflow to make changes in relevant places for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Apr 25, 2024
1 parent c38a617 commit 2d8ac91
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 @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: python bump_version.py ${{ inputs.version }}
- run: python .github/workflows/bump_version.py ${{ inputs.version }}
- uses: peter-evans/[email protected]
with:
commit-message: Bump version
Expand Down

0 comments on commit 2d8ac91

Please sign in to comment.