Skip to content

Commit

Permalink
remove checksome from attesation
Browse files Browse the repository at this point in the history
  • Loading branch information
34fathombelow committed May 16, 2023
1 parent 190f6fe commit 040d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Generate hashes for provenance
id: hash
run: |
echo "hashes=$(sha256sum ./dist/kubectl-argo-rollouts-* ./dist/argo-rollouts-checksums.txt ./manifests/*.yaml | base64 -w0)" >> "$GITHUB_OUTPUT"
echo "hashes=$(sha256sum ./dist/kubectl-argo-rollouts-* ./manifests/*.yaml | base64 -w0)" >> "$GITHUB_OUTPUT"
release-artifacts-provenance:
Expand Down

0 comments on commit 040d29a

Please sign in to comment.