summaryrefslogtreecommitdiff
path: root/.gcp/publish-dry-run.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gcp/publish-dry-run.yaml')
-rw-r--r--.gcp/publish-dry-run.yaml2
1 files changed, 1 insertions, 1 deletions
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