mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 15:49:32 +00:00
fix: pyproject.toml not updating
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: 📤 push changes
|
||||
run: |
|
||||
git add CHANGELOG.md ${{ github.event.repository.name }}/__init__.py
|
||||
git add CHANGELOG.md pyproject.toml ${{ github.event.repository.name }}/__init__.py
|
||||
git commit -m "chore(release): ${{ steps.get_version.outputs.BUMPED_VERSION }}"
|
||||
git push origin main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user