Fix double install codesign
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@053f9b74638557590800a301da1ba82351507e2c # v3.8.1
|
||||
with:
|
||||
cosign-release: "v3.0.4"
|
||||
|
||||
- name: Initialize Cosign TUF root
|
||||
run: cosign initialize
|
||||
@@ -64,10 +66,6 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: sigstore/cosign-installer@053f9b74638557590800a301da1ba82351507e2c # v3.8.1
|
||||
with:
|
||||
cosign-release: "v3.0.4"
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user