ci: reorder steps in publish job to fix 404 error

This commit is contained in:
mkorwel
2026-04-24 21:40:29 +00:00
parent c7fce4d6c9
commit 2f1cf102a0
+4 -4
View File
@@ -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