Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

chore: use wombat to publish to npm #655

Merged
merged 1 commit into from
Mar 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .kokoro/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_google-cloud-debug-agent-npm-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