Skip to content

Commit fd00817

Browse files
Fix release Github actions yaml.
1 parent b2a6d3f commit fd00817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
description: The version suffix of the library (for example rc.1)
1414

15-
run-name: ${{ inputs.VersionPrefix }}-${{ inputs.VersionSuffix }}
15+
run-name: ${{ inputs.VersionSuffix && format('{0}-{1}', inputs.VersionPrefix, inputs.VersionSuffix) || inputs.VersionPrefix }}
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)