mirror of
https://github.com/sst/opencode.git
synced 2025-07-24 08:15:04 +00:00
wip: vscode extension
This commit is contained in:
parent
0e1565449e
commit
7b63db6a13
2 changed files with 4 additions and 2 deletions
2
.github/workflows/publish-vscode.yml
vendored
2
.github/workflows/publish-vscode.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
|||
|
||||
- name: Publish
|
||||
run: ./script/publish
|
||||
working-directory: ./packages/opencode
|
||||
working-directory: ./sdks/vscode
|
||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -6,7 +6,9 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
- "*"
|
||||
- "!vscode-v*"
|
||||
- "!github-v*"
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue