Update workflow

master
Brad Cornes 2023-08-21 16:53:42 +01:00
parent fc7e38da1f
commit ff3eac37f4
1 changed files with 5 additions and 5 deletions

View File

@ -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