mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: add job to sync zed extension
This commit is contained in:
parent
feb65201f6
commit
cfbbdc2e14
1 changed files with 16 additions and 0 deletions
16
.github/workflows/sync-zed-extension.yml
vendored
Normal file
16
.github/workflows/sync-zed-extension.yml
vendored
Normal file
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue