Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Aug 21, 2023
1 parent ff3eac3 commit ac2f9fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Publish IntelliSense
env:
VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
run: >
cd packages/vscode-tailwindcss &&
npm run publish -- --pre-release -p $VSCODE_TOKEN
- name: Build LSP
run: npx lerna run build --scope=@tailwindcss/language-server
- name: Resolve LSP version
Expand Down

0 comments on commit ac2f9fa

Please sign in to comment.