mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
chore: remove unneeded --oidc-issuer flag
Co-authored-by: Batuhan Apaydın <developerguyn@gmail.com> Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
114c980726
commit
30e536ea90
@ -213,7 +213,6 @@ signs:
|
||||
artifacts: checksum
|
||||
args:
|
||||
- sign-blob
|
||||
- '--oidc-issuer={{if index .Env "CI"}}https://token.actions.githubusercontent.com{{else}}https://oauth2.sigstore.dev/auth{{end}}'
|
||||
- '--output-certificate=${certificate}'
|
||||
- '--output-signature=${signature}'
|
||||
- '${artifact}'
|
||||
@ -226,7 +225,6 @@ docker_signs:
|
||||
output: true
|
||||
args:
|
||||
- 'sign'
|
||||
- '--oidc-issuer={{if index .Env "CI"}}https://token.actions.githubusercontent.com{{else}}https://oauth2.sigstore.dev/auth{{end}}'
|
||||
- '${artifact}'
|
||||
|
||||
publishers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user