Skip to content

Commit

Permalink
chore: fix goreleaser (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Jun 14, 2024
1 parent 3e8cbf4 commit a2832fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
go-version: '1.21.3'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a2832fc

Please sign in to comment.