Skip to content

Commit

Permalink
Pin to goreleaser v1 (#131)
Browse files Browse the repository at this point in the history
goreleaser has upgraded to v2 which doesn't work for our config file.
Instead, we're pinning to v1 for now.
  • Loading branch information
paprikati authored Jun 27, 2024
1 parent a0d832f commit 75d1ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
version: "~> v1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 75d1ee3

Please sign in to comment.