[llvm-branch-commits] [llvm] release/22.x: [github] Fix release parameter to uncomment download links step (#176386) (PR #176401)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 16 07:14:45 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

<details>
<summary>Changes</summary>

Backport 554d6ae5a5b2e8c29964927ffecc4b09d56311ef

Requested by: @<!-- -->DavidSpickett

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


1 Files Affected:

- (modified) .github/workflows/release-tasks.yml (+1) 


``````````diff
diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml
index ca8bcfa2c04c9..1258121182069 100644
--- a/.github/workflows/release-tasks.yml
+++ b/.github/workflows/release-tasks.yml
@@ -112,6 +112,7 @@ jobs:
       contents: write # For updating the release message.
     if: '!cancelled()'
     needs:
+      - validate-tag
       - release-binaries
 
     steps:

``````````

</details>


https://github.com/llvm/llvm-project/pull/176401


More information about the llvm-branch-commits mailing list