mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
fix: restore docker dry run to release workflow
This commit is contained in:
@@ -100,6 +100,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
|
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
|
||||||
NPM_DRY_RUN: ${{ steps.run_type.outputs.NPM_DRY_RUN }}
|
NPM_DRY_RUN: ${{ steps.run_type.outputs.NPM_DRY_RUN }}
|
||||||
|
DOCKER_DRY_RUN: ${{ steps.run_type.outputs.DOCKER_DRY_RUN }}
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
if: steps.run_type.outputs.NPM_DRY_RUN == ''
|
if: steps.run_type.outputs.NPM_DRY_RUN == ''
|
||||||
|
|||||||
Reference in New Issue
Block a user