Skip to content

v1.0.3 include type def in package #16

v1.0.3 include type def in package

v1.0.3 include type def in package #16

Workflow file for this run

name: Publish packages
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
with:
grammars: apex soql sosl
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}