Skip to content

Commit ff3eac3

Browse files
committed
Update workflow
1 parent fc7e38d commit ff3eac3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-release.yml

+5-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)