Skip to content

Commit

Permalink
fix: spelling of oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
shibumi committed Nov 13, 2021
1 parent 63d199c commit 38bfb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ source:
signs:
- cmd: cosign
signature: "${artifact}.sig"
args: ["sign-blob", "--oids-issuer=https://token.actions.githubusercontent.com", "--output=${signature}", "${artifact}"]
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output=${signature}", "${artifact}"]
artifacts: all

0 comments on commit 38bfb55

Please sign in to comment.