Skip to content

Commit

Permalink
include web-tree-sitter in pre-publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Jan 10, 2024
1 parent 8069527 commit 0d5cc1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install vsce
run: npm i -g @vscode/vsce

- name: Install web-tree-sitter
run: npm i -g web-tree-sitter

- name: Publish Pre-release
run: |
git config --global user.name "RedCMD"
Expand Down

0 comments on commit 0d5cc1c

Please sign in to comment.