Skip to content

Remove grammars/ the new Zed extension not need it. #2

Remove grammars/ the new Zed extension not need it.

Remove grammars/ the new Zed extension not need it. #2

Workflow file for this run

on:
push:
tags:
- "v*"
jobs:
homebrew:
name: Release Zed Extension
runs-on: ubuntu-latest
steps:
- uses: huacnlee/zed-extension-action@v1
with:
extension-name: zed
push-to: pest-parser/zed-extensions
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}