summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 }}