fix(release): Removed wrong version setting, Skipping artifact pubish
Some checks failed
ci / goreleaser (push) Failing after 1m15s
Some checks failed
ci / goreleaser (push) Failing after 1m15s
This commit is contained in:
parent
6e04ac65bf
commit
ad48211227
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue