Skip to content

Commit 0df54bc

Browse files
authored
Merge pull request #40 from ponkio-o/patch-1
fix: release ci
2 parents 67ca222 + d88ef75 commit 0df54bc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: CI
43
on:
54
pull_request:
@@ -77,6 +76,6 @@ jobs:
7776
- uses: goreleaser/goreleaser-action@v6
7877
with:
7978
version: latest
80-
args: release --rm-dist
79+
args: release --clean
8180
env:
8281
GITHUB_TOKEN: ${{ github.token }}

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
2+
version: 2
33
builds:
4-
-
5-
main: ./cmd/jsondiff
4+
- main: ./cmd/jsondiff
65
env:
76
- CGO_ENABLED=0
87
goos:

0 commit comments

Comments
 (0)