Skip to content

Commit 7b63db6

Browse files
author
Frank
committed
wip: vscode extension
1 parent 0e15654 commit 7b63db6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929

3030
- name: Publish
3131
run: ./script/publish
32-
working-directory: ./packages/opencode
32+
working-directory: ./sdks/vscode

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
branches:
77
- dev
88
tags:
9-
- "v*.*.*"
9+
- "*"
10+
- "!vscode-v*"
11+
- "!github-v*"
1012

1113
concurrency: ${{ github.workflow }}-${{ github.ref }}
1214

0 commit comments

Comments
 (0)