Rename DEBUG input to GEMINI_DEBUG and pass --debug flag to CLI…
#183
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: | |
| - 'main' | |
| - 'release/**/*' | |
| jobs: | |
| release: | |
| uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude | |
| permissions: | |
| attestations: 'write' | |
| contents: 'write' | |
| packages: 'write' | |
| secrets: | |
| ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}' |