New feature: schema can be passed pre-parsed to generate() function a… #3393
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: release | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| stable: | |
| uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main | |
| with: | |
| releaseScript: release | |
| secrets: | |
| # githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
| githubToken: ${{ secrets.GITHUB_TOKEN }} | |
| npmToken: ${{ secrets.NPM_TOKEN }} |