Skip to content

Commit 92127f1

Browse files
committed
chore: remove lsp installation in .goreleaser
Signed-off-by: peefy <[email protected]>
1 parent 10e3631 commit 92127f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before:
44
hooks:
55
# You may remove this if you don't use go modules.
66
- go mod tidy
7-
- ./scripts/install-kcl-lsp-all.sh
7+
# - ./scripts/install-kcl-lsp-all.sh
88

99
# .goreleaser.yml
1010
builds:
@@ -32,8 +32,8 @@ archives:
3232
- goos: windows
3333
format: zip
3434
# Put kcl-language-server binaries into add to the kcl archive.
35-
files:
36-
- ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/*
35+
# files:
36+
# - ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/*
3737

3838
brews:
3939
- tap:

0 commit comments

Comments
 (0)