Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 68b648f

Browse files
authored
Merge pull request #1841 from njhale/chore/update-goreleaser-flag
Replace deprecated goreleaser flag
2 parents 0be0a4c + aaa75f2 commit 68b648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
distribution: goreleaser
5454
version: latest
55-
args: release --rm-dist --snapshot
55+
args: release --clean --snapshot
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)