Skip to content

Commit

Permalink
fix workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Nov 13, 2023
1 parent 337b421 commit ea029d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
needs:
- build-cli
- signed-sbom
- upload-terraform-module
outputs:
provenance-subjects: ${{ steps.provenance-subjects.outputs.provenance-subjects }}
steps:
Expand Down Expand Up @@ -289,6 +290,7 @@ jobs:
needs:
- build-cli
- provenance
- upload-terraform-module
steps:
- name: Download CLI binaries darwin-amd64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
Expand Down Expand Up @@ -367,6 +369,7 @@ jobs:
- build-cli
- provenance
- signed-sbom
- upload-terraform-module
steps:
- name: Write cosign public key
run: echo "$COSIGN_PUBLIC_KEY" > cosign.pub
Expand Down

0 comments on commit ea029d7

Please sign in to comment.