Skip to content

Commit

Permalink
fix(krew): update krew action (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead authored Apr 19, 2024
1 parent 2715a61 commit 87ab9c1
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 @@ -18,11 +18,11 @@ jobs:
with:
go-version: ${{ env.GOLANG_VERSION }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected].46
uses: rajatjindal/[email protected].38

0 comments on commit 87ab9c1

Please sign in to comment.