Skip to content

Commit

Permalink
fix goreleaser and pin its version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTheLeg committed Jul 2, 2024
1 parent efad56e commit 0398c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
go-version: 1.19.0
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
version: 'v2.0.1'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0398c51

Please sign in to comment.