mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
a35e4436a0
This change refactors the release process to support a new bundle-based publishing method while maintaining backward compatibility for existing release and patch workflows. Key changes: - The composite action now includes a input (string, default 'false') to conditionally switch between the old source-based publishing the new bundle-based method. - The workflow is updated to use the new bundle-based process (). - The workflow includes a new input (defaulting to false) to allow for manual testing of either release method. - Existing and patch workflows remain unchanged, ensuring they continue to use the old, non-bundled process for backward compatibility.