From f6c36f75e37a9fb6e53480981c2ca1b9267763a0 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Wed, 25 Jun 2025 05:41:11 -0700 Subject: fix: prepublish changes to package names (#1420) --- .gcp/publish-dry-run.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gcp/publish-dry-run.yaml') diff --git a/.gcp/publish-dry-run.yaml b/.gcp/publish-dry-run.yaml index 3ce318ee..87d19fa1 100644 --- a/.gcp/publish-dry-run.yaml +++ b/.gcp/publish-dry-run.yaml @@ -24,7 +24,8 @@ steps: - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' entrypoint: 'npm' - args: ['publish', '--tag=head', '--dry-run', '--workspace=@gemini-cli/cli'] + args: + ['publish', '--tag=head', '--dry-run', '--workspace=@google/gemini-cli'] options: defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET -- cgit v1.2.3