Skip to content

Commit

Permalink
fix: goreleaser stable version (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Sumeet Rai <[email protected]>
  • Loading branch information
sumslim and Sumeet Rai authored Jun 20, 2024
1 parent ba6787a commit 3143032
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 @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: --clean
version: '1.25.1'
args: --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit 3143032

Please sign in to comment.