mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-21 15:31:13 -07:00
Feat: Implement dynamic versioning and PR-based tagging for CI builds
This commit is contained in:
@@ -35,11 +35,11 @@ jobs:
|
||||
needs: 'build-and-publish'
|
||||
uses: './.github/workflows/ci.yml'
|
||||
with:
|
||||
tag: '${{ needs.build-and-publish.outputs.tag }}'
|
||||
version: '${{ needs.build-and-publish.outputs.version }}'
|
||||
|
||||
e2e:
|
||||
name: 'E2E Checks'
|
||||
needs: 'build-and-publish'
|
||||
uses: './.github/workflows/e2e.yml'
|
||||
with:
|
||||
tag: '${{ needs.build-and-publish.outputs.tag }}'
|
||||
version: '${{ needs.build-and-publish.outputs.version }}'
|
||||
|
||||
Reference in New Issue
Block a user