diff options
-rw-r--r-- | .github/workflows/bun-release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml index dd5be6d02..5a98ae2a3 100644 --- a/.github/workflows/bun-release.yml +++ b/.github/workflows/bun-release.yml @@ -126,8 +126,8 @@ jobs: name: Commit Tap uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_options: --signoff --gpg-sign=${{ steps.setup-gpg.outputs.keyid }} - commit_message: Release ${{ env.TAG }} + commit_options: --gpg-sign=${{ steps.setup-gpg.outputs.keyid }} + commit_message: Release v${{ env.TAG }} commit_user_name: robobun commit_user_email: robobun@oven.sh commit_author: robobun <robobun@oven.sh> |