Skip to content

Commit

Permalink
fix: goreleaser stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Rai committed Jun 20, 2024
1 parent ba6787a commit 0f44f58
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/goreleaser-action@v2.6.1
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 0f44f58

Please sign in to comment.