Skip to content

Commit b20f76c

Browse files
authored
Update sync-release-version.yml
1 parent 3cd4396 commit b20f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
base: "main"
2929
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
3030
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
31-
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
31+
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} ${{ steps.sync-release-version.outputs.new_version }}"
3232
body: "View [CHANGES](https://github.com/${{ github.repository }}/compare/${{ steps.sync-release-version.outputs.old_version }}...${{ steps.sync-release-version.outputs.new_version }})"
3333
token: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)