Fix lerna command scope in workflow

master
Brad Cornes 2023-08-21 16:31:28 +01:00
parent 1fb0019928
commit 67eb02e659
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
# 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