We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f6e4a commit 672ac81Copy full SHA for 672ac81
.github/workflows/release.yml
@@ -196,7 +196,8 @@ jobs:
196
actions: read
197
198
release:
199
- needs: [attest-sbom, generate-provenance]
+ name: Release
200
+ needs: [merge-multiarch, attest-sbom, generate-provenance]
201
runs-on: ubuntu-latest
202
permissions:
203
contents: write
0 commit comments