Skip to content

Commit

Permalink
Fix cosign installer commit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLutik committed Jan 12, 2024
1 parent 8067087 commit ae89ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,14 @@ jobs:
steps:
# Install the cosign tool
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1

- name: Install cosign
uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
with:
cosign-release: 'v2.0.0'
- name: Confirm installation!
run: cosign version

- name: Download artifacts
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "v0.11.28"
echo "v0.11.29"

0 comments on commit ae89ec2

Please sign in to comment.