mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
chore(release): allow bundling for all builds, including stable (#24305)
This commit is contained in:
parent
1edc542b55
commit
25af91e4df
1 changed files with 1 additions and 1 deletions
2
.github/actions/publish-release/action.yml
vendored
2
.github/actions/publish-release/action.yml
vendored
|
|
@ -193,7 +193,7 @@ runs:
|
|||
INPUTS_A2A_PACKAGE_NAME: '${{ inputs.a2a-package-name }}'
|
||||
|
||||
- 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 }}'
|
||||
shell: 'bash'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue