Skip to content

Commit

Permalink
Merge pull request #109 from nirmata/cosign
Browse files Browse the repository at this point in the history
fix: cosign installer version in different places
  • Loading branch information
anushkamittal2001 committed Apr 18, 2024
2 parents 799c25a + fef05fc commit eb86faa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ jobs:
uses: ./.github/actions/setup-build-env
- uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
- name: Install Cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'
- name: Make Release
env:
VERSION: ${{ github.ref_name }}
Expand Down Expand Up @@ -268,9 +268,9 @@ jobs:
with:
version: 0.35.0
- name: Install Cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'
- name: Build yaml manifest
run: VERSION=${{ github.ref_name }} make codegen-manifest-release
- name: Upload install manifest
Expand Down

0 comments on commit eb86faa

Please sign in to comment.