We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e3631 commit 92127f1Copy full SHA for 92127f1
.goreleaser.yml
@@ -4,7 +4,7 @@ before:
4
hooks:
5
# You may remove this if you don't use go modules.
6
- go mod tidy
7
- - ./scripts/install-kcl-lsp-all.sh
+ # - ./scripts/install-kcl-lsp-all.sh
8
9
# .goreleaser.yml
10
builds:
@@ -32,8 +32,8 @@ archives:
32
- goos: windows
33
format: zip
34
# Put kcl-language-server binaries into add to the kcl archive.
35
- files:
36
- - ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/*
+ # files:
+ # - ./bin/kcl-lsp-v{{ .Version }}-{{ .Os }}-{{ .Arch }}/*
37
38
brews:
39
- tap:
0 commit comments