mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-23 20:40:41 -07:00
fix(ci): Perform release verification in a separate working dir. (#9234)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
6
.github/workflows/verify-release.yml
vendored
6
.github/workflows/verify-release.yml
vendored
@@ -26,6 +26,6 @@ jobs:
|
||||
- name: 'Verify release'
|
||||
uses: './.github/actions/verify-release'
|
||||
with:
|
||||
npm-package: '${github.event.inputs.npm-package}'
|
||||
expected-version: '${github.event.inputs.version}'
|
||||
ref: '${github.event.inputs.ref}'
|
||||
npm-package: '${{github.event.inputs.npm-package}}'
|
||||
expected-version: '${{github.event.inputs.version}}'
|
||||
ref: '${{github.event.inputs.ref}}'
|
||||
|
||||
Reference in New Issue
Block a user