Ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch (… #109
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: CI | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
stable: | |
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main | |
with: | |
releaseScript: release | |
nodeVersion: 21 | |
packageManager: 'pnpm' | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
npmToken: ${{ secrets.NPM_TOKEN }} |