Skip to content

Commit

Permalink
fix goreleaser. version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Nov 14, 2024
1 parent 80bcd24 commit 1a5ab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: 'latest'
version: 1.13.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1a5ab92

Please sign in to comment.