mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
fix(ci): remove duplicative steps from bundled release workflow
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- name: 'Install Dependencies'
|
||||
run: 'npm ci'
|
||||
|
||||
- name: 'Calculate Version and Tag'
|
||||
id: 'vars'
|
||||
run: |
|
||||
|
||||
@@ -99,19 +99,6 @@ jobs:
|
||||
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
|
||||
working-directory: './release'
|
||||
|
||||
- name: 'Bundle'
|
||||
working-directory: './release'
|
||||
shell: 'bash'
|
||||
run: 'npm run bundle'
|
||||
|
||||
- name: 'Prepare Package for Publishing'
|
||||
if: "${{ vars.NPM_REGISTRY_SCOPE != '' }}"
|
||||
working-directory: './release'
|
||||
shell: 'bash'
|
||||
env:
|
||||
PACKAGE_SCOPE: '${{ vars.NPM_REGISTRY_SCOPE }}'
|
||||
run: 'node scripts/prepare-package.js --scope=${{ env.PACKAGE_SCOPE }}'
|
||||
|
||||
- name: 'Publish Bundle'
|
||||
uses: './.github/actions/publish-bundle'
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user