From ff3eac37f4d8b74083cfad9bca162b5be4381987 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 21 Aug 2023 16:53:42 +0100 Subject: [PATCH] Update workflow --- .github/workflows/pre-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index ff66c20..882a571 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -19,14 +19,14 @@ jobs: key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }} - name: Install dependencies run: npm install && npm run bootstrap - - name: Bump version + - name: Bump IntelliSense version run: > node .github/workflows/bump-version.mjs && cat packages/vscode-tailwindcss/package.json - # - name: Publish - # env: - # VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }} - # run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN + - name: Publish IntelliSense + 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 - name: Resolve LSP version