Skip to content

chore: bump version to 0.25.0 to match tree-sitter version #6

chore: bump version to 0.25.0 to match tree-sitter version

chore: bump version to 0.25.0 to match tree-sitter version #6

Workflow file for this run

name: Publish packages
on:
push:
tags: ["*"]
permissions:
contents: write
id-token: write
attestations: write
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
generate: false