Skip to content

Commit e657e02

Browse files
tstellartru
authored andcommitted
workflows: Fix tag name for release sources job (#100752)
(cherry picked from commit 3c2ce70)
1 parent 8664666 commit e657e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- id: inputs
5353
run: |
54-
ref=${{ inputs.release-version || github.sha }}
54+
ref=${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
5555
if [ -n "${{ inputs.release-version }}" ]; then
5656
export_args="-release ${{ inputs.release-version }} -final"
5757
else

0 commit comments

Comments
 (0)