We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10beef4 commit 7517d35Copy full SHA for 7517d35
.kokoro/publish.sh
@@ -24,8 +24,8 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
24
25
cd $(dirname $0)/..
26
27
-NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google_cloud_npm_token)
28
-echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
+NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_googleapis-npm-token)
+echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc
29
30
npm install
31
-npm publish --access=public
+npm publish --access=public --registry=https://wombat-dressing-room.appspot.com
0 commit comments