update workflow

master
Brad Cornes 2023-08-21 16:59:37 +01:00
parent ff3eac37f4
commit ac2f9fabd7
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ jobs:
- name: Publish IntelliSense - name: Publish IntelliSense
env: env:
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }} VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN run: >
cd packages/vscode-tailwindcss &&
npm run publish -- --pre-release -p $VSCODE_TOKEN
- name: Build LSP - 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 - name: Resolve LSP version