mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
ci: add job to sync zed extension
This commit is contained in:
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 }}
|
||||
Reference in New Issue
Block a user