File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
20
20
- name : Install dependencies
21
21
run : npm install && npm run bootstrap
22
- - name : Bump version
22
+ - name : Bump IntelliSense version
23
23
run : >
24
24
node .github/workflows/bump-version.mjs &&
25
25
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
30
30
- name : Build LSP
31
31
run : npx lerna run build --scope=@tailwindcss/language-server
32
32
- name : Resolve LSP version
You can’t perform that action at this time.
0 commit comments