diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml new file mode 100644 index 00000000..d0856cd3 --- /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 }}