Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-at-rewst committed Jan 19, 2024
1 parent 736c141 commit 7c93412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Rewst GitHub Actions"
git add path/to/your_package/version.py
git add __version.py__
git commit -m "Update version to ${{ needs.bump_version.outputs.new_version }}"
git push
Expand Down

0 comments on commit 7c93412

Please sign in to comment.