Skip to content

Commit

Permalink
Fix: setup cosign step was missing, updated that (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: kumari tanushree <ktanushree@vmware.com>
Co-authored-by: kumari tanushree <ktanushree@vmware.com>
  • Loading branch information
kumaritanushree and kumari tanushree authored Jan 11, 2024
1 parent 2763b6a commit 9d3b17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.3
- name: Set up Cosign
uses: sigstore/cosign-installer@v3
- name: Retrieve version
run: |
echo "TAG_NAME=$(echo ${{ github.ref }} | grep -Eo 'v[0-9].*')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9d3b17c

Please sign in to comment.