summaryrefslogtreecommitdiff
path: root/.gcp
diff options
context:
space:
mode:
Diffstat (limited to '.gcp')
-rw-r--r--.gcp/dogfood.yaml2
-rw-r--r--.gcp/publish-dry-run.yaml2
2 files changed, 2 insertions, 2 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
diff --git a/.gcp/publish-dry-run.yaml b/.gcp/publish-dry-run.yaml
index 75e6b603..7149c4de 100644
--- a/.gcp/publish-dry-run.yaml
+++ b/.gcp/publish-dry-run.yaml
@@ -24,7 +24,7 @@ steps:
# Authenticate with our registry
- name: 'node:bookworm'
entrypoint: 'npm'
- args: ['run', 'auth']
+ args: ['run', 'auth:npm']
# Dry run publish to make sure that's not broken
# we awkwardly need to install rsync beforehand. TODO: use a dedicated dev container