Skip to content

fix: allow prefixed attributes with value #2

fix: allow prefixed attributes with value

fix: allow prefixed attributes with value #2

Workflow file for this run

name: Publish package
on:
push:
tags: ["*"]
jobs:
npm:
uses: tree-sitter-grammars/.github/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
uses: tree-sitter-grammars/.github/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}