Fix pre-release workflow

master
Jordan Pittman 2023-10-20 14:32:11 -04:00
parent c3f230740a
commit 3cd88c8abd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
cd packages/vscode-tailwindcss && cd packages/vscode-tailwindcss &&
npm run publish -- --pre-release -p $VSCODE_TOKEN npm run publish -- --pre-release -p $VSCODE_TOKEN
- name: Build LSP - name: Build LSP
run: npx lerna run build --scope=@tailwindcss/language-server run: npm run build --workspace=packages/tailwindcss-language-server
- name: Resolve LSP version - name: Resolve LSP version
run: | run: |
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV