update: sync-release-version.yml to use signed commits (#2472)

This commit is contained in:
Tonye Jack
2025-03-15 22:09:21 -06:00
committed by GitHub
parent 4cd184a1dd
commit 4189ec62c4

View File

@@ -41,6 +41,7 @@ jobs:
with:
base: "main"
labels: "merge when passing"
sign-commits: true
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"