goreleaser: --skip-publish is now --skip=publish

This commit is contained in:
Ask Bjørn Hansen 2023-10-14 04:10:33 -07:00
parent 6fd0728668
commit c2b303bec9

View File

@ -12,4 +12,4 @@ if [ -z "$DRONE_TAG" ]; then
is_snapshot="--snapshot"
fi
goreleaser release $is_snapshot -p 6 --skip-publish
goreleaser release $is_snapshot -p 6 --skip=publish