From 3086aac613365f698238c89f84ffd2caa08d19eb Mon Sep 17 00:00:00 2001 From: peefy Date: Fri, 1 Dec 2023 15:41:54 +0800 Subject: [PATCH] chore: remove kcl-lsp hook Signed-off-by: peefy --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8631cf0..4d4fd30 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,7 @@ before: hooks: # You may remove this if you don't use go modules. - go mod tidy - - ./scripts/install-kcl-lsp-all.sh + # - ./scripts/install-kcl-lsp-all.sh # .goreleaser.yml builds: @@ -32,8 +32,8 @@ archives: - goos: windows format: zip # Put kcl-language-server binaries into add to the kcl archive. - files: - - ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/* + # files: + # - ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/* brews: - tap: