ci: upgrade to GoReleaser v2 CLI syntax for --skip
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
aeb2c43aed
commit
89c66542b8
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ build_local() {
|
|||
;;
|
||||
esac
|
||||
[ -z "$tag_name" ] || export GORELEASER_CURRENT_TAG="$tag_name"
|
||||
announce goreleaser release -f "$goreleaser_config" --clean --skip-validate --skip-publish --release-notes="$(mktemp)"
|
||||
announce goreleaser release -f "$goreleaser_config" --clean --skip validate,publish,announce --release-notes="$(mktemp)"
|
||||
}
|
||||
|
||||
if [ -n "$is_local" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue