mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
fix(ci): resolve remaining linting issues in release workflows
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
||||
package-scope: '${{ vars.NPM_REGISTRY_SCOPE }}'
|
||||
|
||||
- name: '🔬 Verify Bundled NPM release by version'
|
||||
if: "${{ github.event.inputs.dry_run == false && github.event.inputs.force_skip_tests == false }}"
|
||||
if: '${{ github.event.inputs.dry_run == false && github.event.inputs.force_skip_tests == false }}'
|
||||
working-directory: './release'
|
||||
shell: 'bash'
|
||||
env:
|
||||
|
||||
@@ -136,7 +136,6 @@ jobs:
|
||||
core-package-name: '${{ vars.CORE_PACKAGE_NAME }}'
|
||||
a2a-package-name: '${{ vars.A2A_PACKAGE_NAME }}'
|
||||
|
||||
|
||||
- name: 'Create and Merge Pull Request'
|
||||
if: "github.event.inputs.environment != 'dev'"
|
||||
uses: './.github/actions/create-pull-request'
|
||||
|
||||
Reference in New Issue
Block a user