Skip to content

Commit

Permalink
Pin to goreleaser v1
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 committed Jun 27, 2024
1 parent a0d832f commit 1d6fb2e
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 1d6fb2e

Please sign in to comment.