Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Mar 10, 2023
1 parent e22e7a1 commit a506610
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 @@ -45,6 +45,8 @@ jobs:
go-version: 1.18
check-latest: true
- uses: imjasonh/setup-ko@v0.6 # This installs the current latest release.
with:
version: v0.12.0
- uses: sigstore/cosign-installer@v3.0.1
- run: |
tag=$(echo ${{ github.ref }} | cut -c11-) # get tag name without tags/refs/ prefix.
Expand Down

0 comments on commit a506610

Please sign in to comment.