Skip to content

Commit

Permalink
Updated to latest sigstore due to bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 22, 2025
1 parent c8965b3 commit c12bcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Alpha-Deploy

on:
push:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: .github/scripts/check_version.py --alpha
- run: python -m build .
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down

0 comments on commit c12bcdc

Please sign in to comment.