Skip to content

fix(parser): fix programattic api and allow to pass inline string (#2… #2381

fix(parser): fix programattic api and allow to pass inline string (#2…

fix(parser): fix programattic api and allow to pass inline string (#2… #2381

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 22
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}