diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 6bf3476cdb..7e89f2ba60 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -92,9 +92,6 @@ jobs: with: github-token: '${{ secrets.GITHUB_TOKEN }}' - - name: 'Install Published CLI' - run: 'npm install @google/gemini-cli@${{ needs.publish-bundle.outputs.version }}' - - name: 'Log in to GitHub Container Registry' uses: 'docker/login-action@v3' with: