diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 7e122c3..4ca2314 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -37,6 +37,6 @@ jobs: echo "message=Update version numbers to: '$STABLE_VERSION'" >> "$GITHUB_OUTPUT" - #- uses: stefanzweifel/git-auto-commit-action@v4 - # with: - # commit_message: "${{ steps.update_version.outputs.message }}" + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "${{ steps.update_version.outputs.message }}"