mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 23:59:33 +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
|
- name: 📤 push changes
|
||||||
run: |
|
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 commit -m "chore(release): ${{ steps.get_version.outputs.BUMPED_VERSION }}"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user