wip: vscode extension

This commit is contained in:
Frank 2025-07-20 11:45:35 -04:00
parent 0e1565449e
commit 7b63db6a13
2 changed files with 4 additions and 2 deletions

View file

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

View file

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