Skip to content

Commit c12bcdc

Browse files
committed
Updated to latest sigstore due to bug.
1 parent c8965b3 commit c12bcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Alpha-Deploy
22

33
on:
44
push:
@@ -43,7 +43,7 @@ jobs:
4343
run: .github/scripts/check_version.py --alpha
4444
- run: python -m build .
4545
- name: Sign the dists with Sigstore
46-
uses: sigstore/gh-action-sigstore-python@v2.1.1
46+
uses: sigstore/gh-action-sigstore-python@v3.0.0
4747
with:
4848
inputs: >-
4949
./dist/*.tar.gz

0 commit comments

Comments
 (0)