2
0
Frank 7 сар өмнө
parent
commit
7b63db6a13

+ 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 }}