Skip to content

block parser cli

block parser cli #1

# Build and release md-magic binaries to GitHub Releases
name: Release Binary (md-magic)
on:
push:
tags:
- 'markdown-magic@*'
workflow_dispatch:
inputs:
version:
description: 'Version tag (e.g., [email protected])'
required: true
type: string
jobs:
release:
uses: ./.github/workflows/actions/build-binary.yml

Check failure on line 17 in .github/workflows/release-binary-md-magic.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-binary-md-magic.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
package_path: packages/core
binary_name: md-magic
tag_prefix: 'markdown-magic@'
version_tag: ${{ inputs.version || github.ref_name }}
permissions:
contents: write