From ac2f9fabd785ccc16274aac743fd3b7841c5bf65 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 21 Aug 2023 16:59:37 +0100 Subject: [PATCH] update workflow --- .github/workflows/pre-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 882a571..3f824f8 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -26,7 +26,9 @@ jobs: - name: Publish IntelliSense env: 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 run: npx lerna run build --scope=@tailwindcss/language-server - name: Resolve LSP version