diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 4d55853..5af1aac 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -34,4 +34,4 @@ jobs: if: env.SHOULD_COMMIT == 'yes' uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: env.UPSTREAM_TAG + commit_message: ${{ env.UPSTREAM_TAG }}