Skip to content

Commit c4cfc1b

Browse files
author
Pat
authored
workflows: fix the version used for updating PRs (#7603)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 20e1c9f commit c4cfc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staging-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -869,13 +869,13 @@ jobs:
869869
id: cpr
870870
uses: peter-evans/create-pull-request@v5
871871
with:
872-
commit-message: 'release: update to ${{ inputs.version }}'
872+
commit-message: 'release: update to ${{ steps.semvers.outputs.patch }}'
873873
signoff: true
874874
delete-branch: true
875-
title: 'release: update to ${{ inputs.version }}'
875+
title: 'release: update to ${{ steps.semvers.outputs.patch }}'
876876
labels: ci,automerge
877877
body: |
878-
Update release ${{ inputs.version }} version.
878+
Update next release to ${{ steps.semvers.outputs.patch }} version.
879879
- Created by ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
880880
- Auto-generated by create-pull-request: https://github.com/peter-evans/create-pull-request
881881
draft: false

0 commit comments

Comments
 (0)