mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
Don't try removing a tag from a non-existent release. (#23830)
This commit is contained in:
committed by
GitHub
parent
20fd405f9c
commit
b91758bf6b
@@ -221,7 +221,9 @@ runs:
|
|||||||
--dry-run="${INPUTS_DRY_RUN}" \
|
--dry-run="${INPUTS_DRY_RUN}" \
|
||||||
--workspace="${INPUTS_CLI_PACKAGE_NAME}" \
|
--workspace="${INPUTS_CLI_PACKAGE_NAME}" \
|
||||||
--no-tag
|
--no-tag
|
||||||
|
if [[ "${INPUTS_DRY_RUN}" == "false" ]]; then
|
||||||
npm dist-tag rm ${INPUTS_CLI_PACKAGE_NAME} false
|
npm dist-tag rm ${INPUTS_CLI_PACKAGE_NAME} false
|
||||||
|
fi
|
||||||
|
|
||||||
- name: 'Get a2a-server Token'
|
- name: 'Get a2a-server Token'
|
||||||
uses: './.github/actions/npm-auth-token'
|
uses: './.github/actions/npm-auth-token'
|
||||||
|
|||||||
Reference in New Issue
Block a user