mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 00:51:25 -07:00
move to prerelease nightly
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user