Skip to content

Commit

Permalink
fix: use v2 option
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Jan 31, 2025
1 parent 1e5098a commit d88ef75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
version: 2
builds:
- main: ./cmd/jsondiff
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit d88ef75

Please sign in to comment.