fix(release): Removed wrong version setting, Skipping artifact pubish
Some checks failed
ci / goreleaser (push) Failing after 1m15s

This commit is contained in:
Patrick Sy 2025-10-01 14:55:21 +02:00
parent 6e04ac65bf
commit ad48211227
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

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