Skip to content

Commit 4189ec6

Browse files
authored
update: sync-release-version.yml to use signed commits (#2472)
1 parent 4cd184a commit 4189ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
base: "main"
4343
labels: "merge when passing"
44+
sign-commits: true
4445
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
4546
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
4647
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"

0 commit comments

Comments
 (0)