Skip to content

Commit

Permalink
chore: Use goreleaser-action@v5 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb authored Oct 17, 2023
1 parent 7e56cc7 commit 992bb35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: '1.21'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --snapshot --rm-dist
args: release --snapshot --clean
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
version: v0.9.3
- name: Binary builds with GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push multi-arch container images
Expand Down

0 comments on commit 992bb35

Please sign in to comment.