From e3f67d6172cb7ec3070f3b625eb4e4bfe8cf4591 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Thu, 21 Mar 2019 10:16:50 -0700 Subject: [PATCH] node: use wombat to publish npm packages (#205) --- synthtool/gcp/templates/node_library/.kokoro/publish.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/synthtool/gcp/templates/node_library/.kokoro/publish.sh b/synthtool/gcp/templates/node_library/.kokoro/publish.sh index f2a8adc0b..6046c5e02 100755 --- a/synthtool/gcp/templates/node_library/.kokoro/publish.sh +++ b/synthtool/gcp/templates/node_library/.kokoro/publish.sh @@ -24,8 +24,8 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source / cd $(dirname $0)/.. -NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google_cloud_npm_token) -echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc +NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_{{ publish_token }}) +echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc npm install -npm publish --access=public +npm publish --access=public --registry=https://wombat-dressing-room.appspot.com