Skip to content

Commit ac2f9fa

Browse files
committed
update workflow
1 parent ff3eac3 commit ac2f9fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: Publish IntelliSense
2727
env:
2828
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
29-
run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
29+
run: >
30+
cd packages/vscode-tailwindcss &&
31+
npm run publish -- --pre-release -p $VSCODE_TOKEN
3032
- name: Build LSP
3133
run: npx lerna run build --scope=@tailwindcss/language-server
3234
- name: Resolve LSP version

0 commit comments

Comments
 (0)