fix(parser): fix programattic api and allow to pass inline string #635
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| # dependencies: | |
| # uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main | |
| # secrets: | |
| # githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
| release: | |
| uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main | |
| with: | |
| npmTag: alpha | |
| buildScript: prerelease | |
| nodeVersion: 22 | |
| packageManager: pnpm | |
| secrets: | |
| githubToken: ${{ secrets.GITHUB_TOKEN }} | |
| npmToken: ${{ secrets.NPM_TOKEN }} |