Skip to content

Commit

Permalink
Add sign_releases call to circle.yml in stable branch (cherry-picked …
Browse files Browse the repository at this point in the history
…from master)
  • Loading branch information
naganowl authored and Daniel15 committed Nov 28, 2016
1 parent e55390a commit 12d0d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ deployment:
owner: yarnpkg
commands:
- ~/ghr/ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(dist/bin/yarn --version) artifacts/
- curl https://nightly.yarnpkg.com/sign_releases?token=$SIGN_TOKEN
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- npm publish

Expand Down

0 comments on commit 12d0d08

Please sign in to comment.