Skip to content

chore(release): publish #5

chore(release): publish

chore(release): publish #5

# Build and release block-parser binaries to GitHub Releases
name: Release Binary (block-parser)
on:
push:
tags:
- 'comment-block-parser@*'
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-block-parser.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-binary-block-parser.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/block-parser
binary_name: block-parser
tag_prefix: 'comment-block-parser@'
version_tag: ${{ inputs.version || github.ref_name }}
permissions:
contents: write