From ec79fbd25c9698ced3f3e840d6c8f87ab71081c6 Mon Sep 17 00:00:00 2001 From: Haruki Date: Mon, 21 Aug 2023 11:04:54 +0900 Subject: [PATCH] =?UTF-8?q?--rm-dist=E3=82=92--clean=E3=82=AA=E3=83=97?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 dea822d..fdf9355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,6 @@ jobs: # リリース - uses: goreleaser/goreleaser-action@v4 with: - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}