Fix dry run. (#10286)

This commit is contained in:
Tommaso Sciortino
2025-09-30 20:42:56 -07:00
committed by GitHub
parent 46c884de51
commit a80cd28d4c
3 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ runs:
- name: 'Change tag for @google/gemini-cli-core'
if: |-
${{ inputs.dry-run == 'false' }}
${{ inputs.dry-run != 'true' }}
env:
NODE_AUTH_TOKEN: '${{ inputs.wombat-token-core }}'
shell: 'bash'
@@ -42,7 +42,7 @@ runs:
- name: 'Change tag for @google/gemini-cli'
if: |-
${{ inputs.dry-run == 'false' }}
${{ inputs.dry-run != 'true' }}
env:
NODE_AUTH_TOKEN: '${{ inputs.wombat-token-cli }}'
shell: 'bash'