From 2f1cf102a08900c1459ad27e6253db5340787c93 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Fri, 24 Apr 2026 21:40:29 +0000 Subject: [PATCH] ci: reorder steps in publish job to fix 404 error --- .github/workflows/ci-bundling-trial.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index 2dd8454eca..ab369849c4 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -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