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 e37f20e commit 71f2784Copy full SHA for 71f2784
.github/workflows/release.yml
@@ -62,7 +62,6 @@ jobs:
62
git checkout 4.4.15
63
export HOMEBREW_NO_AUTO_UPDATE=1
64
brew --version
65
-
66
- name: Install gon
67
run: |
68
brew install Bearer/tap/gon
@@ -88,9 +87,7 @@ jobs:
88
87
89
- name: Install Cosign
90
if: inputs.dev == false
91
- run: |
92
- brew install sigstore/tap/cosign
93
- brew postinstall openssl@3 || true
+ uses: sigstore/cosign-installer@v3.2.0
94
95
- name: Configure AWS Credentials
96
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
0 commit comments