Skip to content

Commit 67eb02e

Browse files
committed
Fix lerna command scope in workflow
1 parent 1fb0019 commit 67eb02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
2323
# run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
2424
- name: Build LSP
25-
run: npx lerna run build --scope=tailwindcss-language-server
25+
run: npx lerna run build --scope=@tailwindcss/language-server
2626
- name: Resolve LSP version
2727
run: |
2828
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)