From d051c0fd0fdac2078e35144f27bfcea415bd503e Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Sat, 26 Apr 2025 00:30:50 +0000 Subject: feat: prototype publish sandbox script with npm package (#182) --- .gcp/publish-dry-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gcp/publish-dry-run.yaml') 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 -- cgit v1.2.3