Skip to content

Commit

Permalink
fix cosign release (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft authored Nov 14, 2023
1 parent 434eb83 commit 7f78220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3

- name: Setup Cosign
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
uses: sigstore/cosign-installer@v3.2.0

- name: Setup git config
run: |
Expand Down Expand Up @@ -267,4 +267,4 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
repository: open-component-model/ocm-website
event-type: ocm-cli-release
client-payload: '{"tag": "${{ env.RELEASE_VERSION }}"}'
client-payload: '{"tag": "${{ env.RELEASE_VERSION }}"}'

0 comments on commit 7f78220

Please sign in to comment.