mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
chore(release): allow bundling for all builds, including stable (#24305)
This commit is contained in:
@@ -193,7 +193,7 @@ runs:
|
|||||||
INPUTS_A2A_PACKAGE_NAME: '${{ inputs.a2a-package-name }}'
|
INPUTS_A2A_PACKAGE_NAME: '${{ inputs.a2a-package-name }}'
|
||||||
|
|
||||||
- name: '📦 Prepare bundled CLI for npm release'
|
- name: '📦 Prepare bundled CLI for npm release'
|
||||||
if: "inputs.npm-registry-url != 'https://npm.pkg.github.com/' && inputs.npm-tag != 'latest'"
|
if: "inputs.npm-registry-url != 'https://npm.pkg.github.com/'"
|
||||||
working-directory: '${{ inputs.working-directory }}'
|
working-directory: '${{ inputs.working-directory }}'
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user