Skip to content

Commit

Permalink
chore(ci): fix provenance generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Feb 7, 2022
1 parent 0d98b63 commit 6a478ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: create-checksum
run: |
cd .dist
sha512sum * > checksum.txt
sha256sum * > checksum.txt
-
uses: sigstore/cosign-installer@main
-
Expand All @@ -61,7 +61,7 @@ jobs:
with:
command: generate
subcommand: files
arguments: --artifact-path .dist --output-path '.dist/provenance.json' --tag-name ${{ github.ref_name }}
arguments: --artifact-path .dist --output-path '.dist/provenance.json' --tag-name cmd/harp/v${{ github.event.inputs.release }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-
Expand Down

0 comments on commit 6a478ba

Please sign in to comment.