Skip to content

Commit 222a2b0

Browse files
committed
Fix goreleaser args
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
1 parent 6ba6f22 commit 222a2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# either 'goreleaser' (default) or 'goreleaser-pro':
2929
distribution: goreleaser
3030
version: latest
31-
args: release --skip-publish --config .goreleaser-linux.yaml
31+
args: release --skip=publish --config .goreleaser-linux.yaml
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3434
- name: Upload
@@ -56,7 +56,7 @@ jobs:
5656
# either 'goreleaser' (default) or 'goreleaser-pro':
5757
distribution: goreleaser
5858
version: latest
59-
args: release --skip-publish --config .goreleaser-darwin.yaml
59+
args: release --skip=publish --config .goreleaser-darwin.yaml
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
6262
- name: Upload

0 commit comments

Comments
 (0)