ci: use internal environment for scheduled nightly releases (#27865) (#27939)

This commit is contained in:
Ramón Medrano Llamas
2026-06-16 00:58:11 +02:00
committed by GitHub
parent 0f8a157e5e
commit 83d7567329
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
release:
if: "github.repository == 'google-gemini/gemini-cli'"
needs: ['build-mac']
environment: "${{ github.event.inputs.environment || 'prod' }}"
environment: "${{ github.event_name == 'schedule' && 'internal' || github.event.inputs.environment || 'prod' }}"
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'