Skip to content

Commit 7517d35

Browse files
jkwluiJustinBeckwith
authored andcommitted
chore: publish to npm using wombat (#1645)
1 parent 10beef4 commit 7517d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.kokoro/publish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /
2424

2525
cd $(dirname $0)/..
2626

27-
NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google_cloud_npm_token)
28-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
27+
NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_googleapis-npm-token)
28+
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc
2929

3030
npm install
31-
npm publish --access=public
31+
npm publish --access=public --registry=https://wombat-dressing-room.appspot.com

0 commit comments

Comments
 (0)