summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-09 11:59:00 -0600
committerAiden Cline <[email protected]>2025-11-09 11:59:00 -0600
commit92f7c4943f5fc823f6669ce560dca3387c3e1611 (patch)
treecd32f143c4397e690cc58de0ce45ff404a711de4 /.github
parent10bde356b15f44adbde39eeb79934f022df9a430 (diff)
downloadopencode-92f7c4943f5fc823f6669ce560dca3387c3e1611.tar.gz
opencode-92f7c4943f5fc823f6669ce560dca3387c3e1611.zip
ci: zed sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sync-zed-extension.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml
index e15942ac3..e46b1f8cc 100644
--- a/.github/workflows/sync-zed-extension.yml
+++ b/.github/workflows/sync-zed-extension.yml
@@ -2,9 +2,8 @@ name: "sync-zed-extension"
on:
workflow_dispatch:
- push:
- tags:
- - "v[0-9]+.*"
+ release:
+ types: [published]
jobs:
zed:
@@ -15,5 +14,6 @@ jobs:
with:
extension-name: opencode
push-to: sst/zed-extensions
+ tag-name: ${{ github.event.release.tag_name }}
env:
COMMITTER_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}