Skip to content

Commit e37f20e

Browse files
Modify Cosign installation in release workflow
Updated Cosign installation command to use the tap and added postinstall for OpenSSL.
1 parent 20633e3 commit e37f20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- name: Install Cosign
9090
if: inputs.dev == false
9191
run: |
92-
brew install cosign
92+
brew install sigstore/tap/cosign
93+
brew postinstall openssl@3 || true
9394
9495
- name: Configure AWS Credentials
9596
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2

0 commit comments

Comments
 (0)