We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b29ccb commit 075f046Copy full SHA for 075f046
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
--cert "smoketest-artifacts/${dist_base}.crt" \
53
--signature "smoketest-artifacts/${dist_base}.sig" \
54
--cert-oidc-issuer https://token.actions.githubusercontent.com \
55
- --cert-identity ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/.github/workflows/staging-tests.yml@${GITHUB_REF}
+ --cert-identity ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/.github/workflows/relase.yml@${GITHUB_REF}
56
57
rm -rf smoketest-env
58
done
sigstore/__init__.py
@@ -16,4 +16,4 @@
16
The `sigstore` APIs.
17
"""
18
19
-__version__ = "0.8.1"
+__version__ = "0.8.2"
0 commit comments