mirror of
https://github.com/sst/opencode.git
synced 2025-08-02 21:02:15 +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
|
- name: Publish
|
||||||
run: ./script/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:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "*"
|
||||||
|
- "!vscode-v*"
|
||||||
|
- "!github-v*"
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue