Skip to content

Commit

Permalink
update goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasschloegel committed Jul 11, 2023
1 parent b36ea76 commit 705e9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.4.1
uses: goreleaser/goreleaser-action@v4.3.0
with:
version: v0.155.0
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
Expand Down

0 comments on commit 705e9bc

Please sign in to comment.