Skip to content

Commit

Permalink
build: update goreleaser/goreleaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 3, 2025
1 parent c2674ca commit ec03e3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
go-version: stable

- uses: goreleaser/goreleaser-action@v2
- uses: goreleaser/goreleaser-action@v6
if: startsWith(github.ref, 'refs/tags/')
with:
distribution: goreleaser
version: latest
args: release --rm-dist
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec03e3d

Please sign in to comment.