Skip to content

Commit

Permalink
ci: add zed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 20, 2024
1 parent 12dbd68 commit 441a415
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
tags:
- "v*"

jobs:
release:
name: Release Zed Extension
runs-on: ubuntu-latest
steps:
- uses: huacnlee/zed-extension-action@v1
with:
extension-name: vala
push-to: FyraLabs/zed-extensions
env:
COMMITTER_TOKEN: ${{ secrets.ZED_RELEASER_COMMITTER_TOKEN }}

0 comments on commit 441a415

Please sign in to comment.