summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sync-zed-extension.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml
new file mode 100644
index 000000000..d0856cd3b
--- /dev/null
+++ b/.github/workflows/sync-zed-extension.yml
@@ -0,0 +1,16 @@
+on:
+ push:
+ tags:
+ - "v*"
+
+jobs:
+ zed:
+ name: Release Zed Extension
+ runs-on: ubuntu-latest
+ steps:
+ - uses: huacnlee/zed-extension-action@6a168731f1d994905eeb552b3b42b0cb6c4d12e6
+ with:
+ extension-name: opencode
+ push-to: sst/zed-extensions
+ env:
+ COMMITTER_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}