mirror of
https://github.com/hanskokx/kabukicho-zed-theme.git
synced 2026-08-12 02:10:55 +02:00
Add GitHub Actions workflow for releasing Zed Extension
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user