mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
ci: reorder steps in publish job to fix 404 error
This commit is contained in:
@@ -32,15 +32,15 @@ jobs:
|
||||
- name: 'Build project'
|
||||
run: 'npm run build'
|
||||
|
||||
- name: 'Prepare Packages with Scope'
|
||||
run: 'node scripts/prepare-package.js --scope=@google-gemini'
|
||||
shell: 'bash'
|
||||
|
||||
- name: 'Set version with SHA'
|
||||
run: |
|
||||
npm version 0.0.0-${{ github.sha }} --no-git-tag-version --workspaces
|
||||
shell: 'bash'
|
||||
|
||||
- name: 'Prepare Packages with Scope'
|
||||
run: 'node scripts/prepare-package.js --scope=@google-gemini'
|
||||
shell: 'bash'
|
||||
|
||||
- name: 'Configure npm for GitHub Packages'
|
||||
run: |
|
||||
rm -f .npmrc
|
||||
|
||||
Reference in New Issue
Block a user