Skip to content

Commit 4ee8e1e

Browse files
deryrahmanarinda-arif
authored andcommitted
fix: goreleaser flag (#28)
chore: update flag to comply with latest goreleaser version
1 parent 62e8c85 commit 4ee8e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
distribution: goreleaser
2525
version: latest
26-
args: -f .goreleaser.yml --snapshot --rm-dist
26+
args: -f .goreleaser.yml --snapshot --clean

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
distribution: goreleaser
3030
version: latest
31-
args: -f .goreleaser.yml --rm-dist
31+
args: -f .goreleaser.yml --clean
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 commit comments

Comments
 (0)