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 075f046 commit 0bd51fdCopy full SHA for 0bd51fd
.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/relase.yml@${GITHUB_REF}
+ --cert-identity ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/.github/workflows/release.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.2"
+__version__ = "0.8.3"
0 commit comments