Add GitHub Actions workflow for releasing Zed Extension

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-06-21 16:55:38 +02:00
parent 30faf662f6
commit 57a47a5bf9
+18
View File
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
push:
tags:
- "v*"
jobs:
homebrew:
name: Release Zed Extension
runs-on: ubuntu-latest
steps:
- uses: huacnlee/zed-extension-action@v2
with:
extension-name: kabukicho-theme
push-to: hanskokx/extensions
env:
# the personal access token should have "repo" & "workflow" scopes
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}