mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
feat: add early version consistency check to release workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Check Version Consistency
|
||||
run: npm run check:versions
|
||||
|
||||
- name: Set Release Version and Tag
|
||||
id: version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user