Skip to content

Commit

Permalink
Fix pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 20, 2023
1 parent c3f2307 commit 3cd88c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd packages/vscode-tailwindcss &&
npm run publish -- --pre-release -p $VSCODE_TOKEN
- 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
run: |
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down

0 comments on commit 3cd88c8

Please sign in to comment.