Skip to content

Commit

Permalink
Fix run-name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Feb 4, 2024
1 parent 942ac7e commit 9775d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: "New semver version without cdp suffix"
required: true

run-name: "Release ${{ steps.compute-version.outputs.fullVersion }}"
run-name: "Release ${{ inputs.version }}-(cdp-version)"

jobs:
release:
Expand Down

0 comments on commit 9775d85

Please sign in to comment.