Skip to content

Commit

Permalink
ci: set goreleaser to v1 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored and anujk14 committed Jun 14, 2024
1 parent f0e28fe commit fecd911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
version: "~> v1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit fecd911

Please sign in to comment.