From 98e7d92b4e1fd44ab6646bf3192c7764823dfbb7 Mon Sep 17 00:00:00 2001 From: Xiaopeng Han Date: Fri, 12 Jul 2024 13:17:59 +0800 Subject: [PATCH] fix: update goreleaser-action@v6 command (#222) https://goreleaser.com/deprecations/#-rm-dist --------- Co-authored-by: Jiacheng Xu --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 469c939..e5f9554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: - args: release --rm-dist + args: release --clean env: # GitHub sets the GITHUB_TOKEN secret automatically. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}