From 97fde8d7505e4ee933bda8f3bba210a6d8be5f27 Mon Sep 17 00:00:00 2001 From: KOUNOIKE Yuusuke Date: Fri, 24 Mar 2023 01:09:25 +0900 Subject: [PATCH] =?UTF-8?q?--auto-snapshot=E3=81=97=E3=81=A6=E3=81=BF?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2fbb5af..0309b2a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -54,6 +54,6 @@ jobs: if: github.event_name != 'pull_request' uses: goreleaser/goreleaser-action@v3 with: - args: release + args: release --auto-snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}