Skip to content

v0.2.14

v0.2.14 #17

Workflow file for this run

permissions:
contents: write
pull-requests: write
on:
push:
tags:
- "v*"
jobs:
homebrew:
name: Release Zed Extension
runs-on: ubuntu-latest
steps:
- uses: huacnlee/zed-extension-action@v2
with:
extension-name: cfml
push-to: cfmleditor/extensions
env:
# the personal access token should have "repo" & "workflow" scopes
COMMITTER_TOKEN: ${{ secrets.ZED_EXTENSION_TOKEN }}