diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8eabf11..d6e7f0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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