Skip to content

Commit

Permalink
workflows: Fix tag name for release sources job
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jul 26, 2024
1 parent f94df98 commit 602a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- id: inputs
run: |
ref=${{ inputs.release-version || github.sha }}
ref=${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
if [ -n "${{ inputs.release-version }}" ]; then
export_args="-release ${{ inputs.release-version }} -final"
else
Expand Down

0 comments on commit 602a552

Please sign in to comment.