Skip to content

Commit

Permalink
Fix __about__.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Oct 19, 2024
1 parent 13aa3dc commit 313a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: commit version bump
run: |
git add VERSION
git add nextroute/__about__.py
git add src/nextroute/__about__.py
git commit -S -m "Bump version to $VERSION"
git push
Expand Down

0 comments on commit 313a9ea

Please sign in to comment.