diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index a9b0fbf9e1e075fe2fec3485ec7a6003cc8038a7..a3555759865c503190d175d1c90d77832c2d061f 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