Skip to content

Commit

Permalink
chore(ci): fix cosign public key url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Mar 13, 2022
1 parent 1066e2b commit dd53fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
#!/bin/bash
shopt -s expand_aliases
curl -sLO https://raw.githubusercontent.com/elastic/harp/cmd/harp/v${{ github.event.inputs.release }}/build/artifact/cosign.pub
curl -sLO https://raw.githubusercontent.com/elastic/harp/v${{ github.event.inputs.release }}/build/artifact/cosign.pub
cd .dist
FILES="*"
for f in $FILES;
Expand Down

0 comments on commit dd53fa2

Please sign in to comment.