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 f61cbaa commit 6341ff6Copy full SHA for 6341ff6
.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_google-cloud-error-reporting-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