Skip to content

Commit

Permalink
supported non stable releases by default according to yarnpkg/website…
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander authored Jan 7, 2017
1 parent 19c6300 commit 4081529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ deployment:
tag: /v[0-9]+(\.[0-9]+)*/
owner: yarnpkg
commands:
- ~/ghr/ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(dist/bin/yarn --version) artifacts/
- ~/ghr/ghr -prerelease --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
- ./scripts/set-installation-method.js "`pwd`/package.json" npm
- npm publish
- npm publish --tag rc

notify:
webhooks:
Expand Down

0 comments on commit 4081529

Please sign in to comment.