Skip to content

Commit be4b967

Browse files
committed
chore: goreleaser --rm-dist deprecated
1 parent cab2f4f commit be4b967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: goreleaser/goreleaser-action@v2
3737
with:
3838
version: latest
39-
args: release --rm-dist
39+
args: release --clean
4040
env:
4141
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)