fix(release): remove conflicting cosign oidc issuer override (#1198)
This commit is contained in:
parent
1f4fea7afc
commit
eb19bc1ff2
1
.github/workflows/pub-release.yml
vendored
1
.github/workflows/pub-release.yml
vendored
@ -313,7 +313,6 @@ jobs:
|
||||
set -euo pipefail
|
||||
while IFS= read -r -d '' file; do
|
||||
cosign sign-blob --yes \
|
||||
--oidc-issuer=https://token.actions.githubusercontent.com \
|
||||
--output-signature="${file}.sig" \
|
||||
--output-certificate="${file}.pem" \
|
||||
"$file"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user