From c41c4060530e3d4856d21892567ecb7c0ba23cb9 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 25 Sep 2024 18:07:39 +0200 Subject: [PATCH] fix: pyproject.toml not updating --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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