summaryrefslogtreecommitdiff
path: root/.gcp/publish-dry-run.yaml
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-06-25 05:41:11 -0700
committerGitHub <[email protected]>2025-06-25 12:41:11 +0000
commitf6c36f75e37a9fb6e53480981c2ca1b9267763a0 (patch)
tree49f7c66c5db08c5440c86d534c89cb5bcb1664f7 /.gcp/publish-dry-run.yaml
parenta3c46c0d316eab5c17ecd9a00cab961edd24c2a4 (diff)
fix: prepublish changes to package names (#1420)
Diffstat (limited to '.gcp/publish-dry-run.yaml')
-rw-r--r--.gcp/publish-dry-run.yaml3
1 files changed, 2 insertions, 1 deletions
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