fix(client): support JSON bodies and Authentication schemes together #408
This file contains 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 | |
env: | |
NODE_OPTIONS: --max-old-space-size=4096 | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
stable: | |
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main | |
with: | |
releaseScript: release | |
nodeVersion: 18 | |
secrets: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
npmToken: ${{ secrets.NODE_AUTH_TOKEN }} |