Browse Source

wip: vscode extension

Frank 7 months ago
parent
commit
7b63db6a13
2 changed files with 4 additions and 2 deletions
  1. 1 1
      .github/workflows/publish-vscode.yml
  2. 3 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish-vscode.yml

@@ -29,4 +29,4 @@ jobs:
 
       - name: Publish
         run: ./script/publish
-        working-directory: ./packages/opencode
+        working-directory: ./sdks/vscode

+ 3 - 1
.github/workflows/publish.yml

@@ -6,7 +6,9 @@ on:
     branches:
       - dev
     tags:
-      - "v*.*.*"
+      - "*"
+      - "!vscode-v*"
+      - "!github-v*"
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}