From ad48211227442bfbea35a3cc9767905dae6f40c6 Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Wed, 1 Oct 2025 14:55:21 +0200 Subject: [PATCH] fix(release): Removed wrong version setting, Skipping artifact pubish --- .github/workflows/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 437b8ea..1a3f428 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,9 +23,7 @@ jobs: name: Run GoReleaser uses: https://github.com/goreleaser/goreleaser-action@v6 with: - # 'latest', 'nightly', or a semver - version: '~> v0.0.2' - args: release --clean + args: release --clean --skip=publish - name: Grab Changelog id: changelog