diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eca322..6c466f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: version_number=${tag#?} poetry version $version_number - name: Commit changes - uses: EndBug/add-and-commit@v4 + uses: EndBug/add-and-commit@v9 with: message: "Bump version to ${{ github.event.release.tag_name }}" add: "pyproject.toml"