fix(release): Removed wrong version setting, Skipping artifact pubish

This commit is contained in:
Patrick Sy 2025-10-01 14:55:21 +02:00
parent 7936d2b845
commit 8a0c201b74

View file

@ -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