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

Commit

Permalink
token debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robj committed Jan 19, 2021
1 parent 1029a1d commit 87e00fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ steps:
- "cd packages/sdk"
- "npm version"
- "env | sort"
- "echo $NPM_TOKEN >> /tmp/npm_token; cat /tmp/npm_token "
- "NPM_TOKEN=${NPM_TOKEN} npm whoami"
- "npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN"
- "npm whoami"
- "npm publish --verbose; cat /root/.npm/_logs*"

trigger:
Expand Down

0 comments on commit 87e00fc

Please sign in to comment.