Skip to content

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Sep 3, 2024

Backport 3c2ce70

Requested by: @tstellar

@llvmbot llvmbot added this to the LLVM 19.X Release milestone Sep 3, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Sep 3, 2024

@tru What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Sep 3, 2024

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

Changes

Backport 3c2ce70

Requested by: @tstellar


Full diff: https://github.com/llvm/llvm-project/pull/107132.diff

1 Files Affected:

  • (modified) .github/workflows/release-sources.yml (+1-1)
diff --git a/.github/workflows/release-sources.yml b/.github/workflows/release-sources.yml
index edb0449ef7e2c2..a6c86823f99df5 100644
--- a/.github/workflows/release-sources.yml
+++ b/.github/workflows/release-sources.yml
@@ -51,7 +51,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

@tru tru merged commit e657e02 into llvm:release/19.x Sep 10, 2024
5 of 7 checks passed
Copy link

@tstellar (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

3 participants