We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ca222 + d88ef75 commit 0df54bcCopy full SHA for 0df54bc
.github/workflows/ci.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
name: CI
4
on:
5
pull_request:
@@ -77,6 +76,6 @@ jobs:
77
76
- uses: goreleaser/goreleaser-action@v6
78
with:
79
version: latest
80
- args: release --rm-dist
+ args: release --clean
81
env:
82
GITHUB_TOKEN: ${{ github.token }}
.goreleaser.yml
@@ -1,8 +1,7 @@
+version: 2
builds:
- -
- main: ./cmd/jsondiff
+ - main: ./cmd/jsondiff
6
7
- CGO_ENABLED=0
8
goos:
0 commit comments