Skip to content

Commit

Permalink
chore: remove lsp installation in .goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 20, 2023
1 parent 10e3631 commit 92127f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 92127f1

Please sign in to comment.