From 07fa540f5507ab61cc01acaf65e80ca0d31ff861 Mon Sep 17 00:00:00 2001 From: kunish Date: Tue, 7 Oct 2025 11:12:48 +0800 Subject: [PATCH] fix: remove snapshot argument from GoReleaser release command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0814067..7c925a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,6 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean --snapshot + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}