Fix pre-release workflow
parent
c3f230740a
commit
3cd88c8abd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue