https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index a3555759865c503190d175d1c90d77832c2d061f..a9b0fbf9e1e075fe2fec3485ec7a6003cc8038a7 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -22,7 +22,7 @@ # env: # VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }} # run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN - name: Build LSP - run: npx lerna run build --scope=tailwindcss-language-server + run: npx lerna run build --scope=@tailwindcss/language-server - name: Resolve LSP version run: | echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV