Skip to content

Commit

Permalink
Update goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
elsesiy committed Aug 2, 2024
1 parent 5bcbeef commit 137c3da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- "v*.*.*"
- v*.*.*
jobs:
release_job:
name: goreleaser & krew
Expand All @@ -16,11 +16,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "^1.22"
go-version: ^1.22
- name: GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --rm-dist
version: ~> v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
Expand Down

0 comments on commit 137c3da

Please sign in to comment.