diff options
author | 2023-02-01 13:37:36 -0800 | |
---|---|---|
committer | 2023-02-01 13:37:36 -0800 | |
commit | 04309431bb8de21878a24aa6cb0703f21f8b8123 (patch) | |
tree | 66e9630800ebf5d6c2ebc9ca33f89de0ed0e657d | |
parent | fc712ead2fad50f028355e00d91eb8f7c65dbe74 (diff) | |
download | bun-04309431bb8de21878a24aa6cb0703f21f8b8123.tar.gz bun-04309431bb8de21878a24aa6cb0703f21f8b8123.tar.zst bun-04309431bb8de21878a24aa6cb0703f21f8b8123.zip |
Tweak commit message for robobun
-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> |