Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 92f7c49

Browse files
committed
ci: zed sync
1 parent 10bde35 commit 92f7c49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-zed-extension.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: "sync-zed-extension"
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- "v[0-9]+.*"
5+
release:
6+
types: [published]
87

98
jobs:
109
zed:
@@ -15,5 +14,6 @@ jobs:
1514
with:
1615
extension-name: opencode
1716
push-to: sst/zed-extensions
17+
tag-name: ${{ github.event.release.tag_name }}
1818
env:
1919
COMMITTER_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)