Skip to content

Commit

Permalink
fixes release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 5, 2023
1 parent 30a81e4 commit ba19bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

verify:
needs:
- releaser
- release
- provenance
runs-on: ubuntu-latest
permissions: read-all
Expand All @@ -97,7 +97,7 @@ jobs:
gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "attestation.intoto.jsonl"
- name: Verify Assets
env:
CHECKSUMS: ${{ needs.releaser.outputs.hashes }}
CHECKSUMS: ${{ needs.release.outputs.hashes }}
PROVENANCE: "${{ needs.provenance.outputs.attestation-name }}"
run: |
set -euo pipefail
Expand Down

0 comments on commit ba19bc9

Please sign in to comment.