summaryrefslogtreecommitdiff
path: root/.gcp/dogfood.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gcp/dogfood.yaml')
-rw-r--r--.gcp/dogfood.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gcp/dogfood.yaml b/.gcp/dogfood.yaml
index 8e74a581..5fd3fbdd 100644
--- a/.gcp/dogfood.yaml
+++ b/.gcp/dogfood.yaml
@@ -24,7 +24,7 @@ steps:
# Authenticate with our registry
- name: 'node:bookworm'
entrypoint: 'npm'
- args: ['run', 'auth']
+ args: ['run', 'auth:npm']
# Publish packages from workspaces with 'dogfood' tag
# we awkwardly need to install rsync beforehand. TODO: use a dedicated dev container