mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
vscode: fix script
This commit is contained in:
parent
4d3f703715
commit
593e89b4f4
2 changed files with 8 additions and 3 deletions
4
.github/workflows/publish-vscode.yml
vendored
4
.github/workflows/publish-vscode.yml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
|||
- run: git fetch --force --tags
|
||||
- run: bun install -g @vscode/vsce
|
||||
|
||||
- name: Install extension dependencies
|
||||
run: bun install
|
||||
working-directory: ./sdks/vscode
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
./script/publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue