File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
2020 - name : Install dependencies
2121 run : npm install && npm run bootstrap
22- - name : Bump version
22+ - name : Bump IntelliSense version
2323 run : >
2424 node .github/workflows/bump-version.mjs &&
2525 cat packages/vscode-tailwindcss/package.json
26- # - name: Publish
27- # env:
28- # VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
29- # run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
26+ - name : Publish IntelliSense
27+ env :
28+ VSCODE_TOKEN : ${{ secrets.VSCODE_TOKEN }}
29+ run : npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
3030 - name : Build LSP
3131 run : npx lerna run build --scope=@tailwindcss/language-server
3232 - name : Resolve LSP version
You can’t perform that action at this time.
0 commit comments