move to prerelease nightly

This commit is contained in:
mkorwel
2025-07-04 00:31:00 -07:00
parent 11472c6fc2
commit 2e0c70b1a1
3 changed files with 31 additions and 5 deletions

View File

@@ -106,6 +106,14 @@ jobs:
npm pkg set version=${{ steps.version.outputs.RELEASE_VERSION }} --workspace=@google/gemini-cli-core
npm install
- name: Set package versions for nightly release
if: steps.version.outputs.NPM_TAG == 'nightly'
run: |
npm pkg set version=${{ steps.version.outputs.RELEASE_VERSION }}
npm pkg set version=${{ steps.version.outputs.RELEASE_VERSION }} --workspace=@google/gemini-cli
npm pkg set version=${{ steps.version.outputs.RELEASE_VERSION }} --workspace=@google/gemini-cli-core
npm install
- name: Commit package versions
id: commit_step
run: |