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