mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
build(release): restrict npm bundling to non-stable tags (#21821)
This commit is contained in:
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 }}'
|
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/'"
|
if: "inputs.npm-registry-url != 'https://npm.pkg.github.com/' && inputs.npm-tag != 'latest'"
|
||||||
working-directory: '${{ inputs.working-directory }}'
|
working-directory: '${{ inputs.working-directory }}'
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user