Skip to content

feat(xml): ensure tags have the same start and end names (#9) #6

feat(xml): ensure tags have the same start and end names (#9)

feat(xml): ensure tags have the same start and end names (#9) #6

Workflow file for this run

name: Publish package
on:
push:
tags: ["*"]
jobs:
npm:
uses: tree-sitter-grammars/.github/.github/workflows/package-npm.yml@main
with:
package-name: "@tree-sitter-grammars/tree-sitter-xml"
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}}