@@ -29,4 +29,4 @@ jobs:
- name: Publish
run: ./script/publish
- working-directory: ./packages/opencode
+ working-directory: ./sdks/vscode
@@ -6,7 +6,9 @@ on:
branches:
- dev
tags:
- - "v*.*.*"
+ - "*"
+ - "!vscode-v*"
+ - "!github-v*"
concurrency: ${{ github.workflow }}-${{ github.ref }}