Skip to content

Commit

Permalink
workflows: fix the version used for updating PRs (#7603)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@calyptia.com>
  • Loading branch information
patrick-stephens authored Jun 23, 2023
1 parent 20e1c9f commit c4cfc1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -869,13 +869,13 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'release: update to ${{ inputs.version }}'
commit-message: 'release: update to ${{ steps.semvers.outputs.patch }}'
signoff: true
delete-branch: true
title: 'release: update to ${{ inputs.version }}'
title: 'release: update to ${{ steps.semvers.outputs.patch }}'
labels: ci,automerge
body: |
Update release ${{ inputs.version }} version.
Update next release to ${{ steps.semvers.outputs.patch }} version.
- Created by ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
- Auto-generated by create-pull-request: https://github.com/peter-evans/create-pull-request
draft: false
Expand Down

0 comments on commit c4cfc1b

Please sign in to comment.