goreleaser: --skip-publish is now --skip=publish
This commit is contained in:
parent
6fd0728668
commit
c2b303bec9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user