Skip to content

Commit

Permalink
[skip ci] Add ticks to PR title in prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 4, 2024
1 parent a0f2ffe commit 9efbabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
title: |
[skip ci] Prepare the release (${{ env.NEW_VERSION }})
[skip ci] Prepare the release (`${{ env.NEW_VERSION }}`)
body: Prepare the release (`${{ env.NEW_VERSION }}`) by bumping version in code.
commit-message: Bump library version to ${{ env.NEW_VERSION }}-SNAPSHOT
branch: prepare-release/${{ env.NEW_VERSION }}

0 comments on commit 9efbabf

Please sign in to comment.