Skip to content

Commit 02caef5

Browse files
committed
fix(ci): update deprecated goreleaser flag
1 parent 93468bd commit 02caef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
distribution: goreleaser
3636
version: latest
37-
args: release --rm-dist
37+
args: release --clean
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)