Skip to content

Commit 672ac81

Browse files
committed
fix github action jobs hierarchy
1 parent e6f6e4a commit 672ac81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ jobs:
196196
actions: read
197197

198198
release:
199-
needs: [attest-sbom, generate-provenance]
199+
name: Release
200+
needs: [merge-multiarch, attest-sbom, generate-provenance]
200201
runs-on: ubuntu-latest
201202
permissions:
202203
contents: write

0 commit comments

Comments
 (0)