Browse Source

Tell npm to publish as beta

master
Leo Lamprecht 8 years ago
parent
commit
9d9fd7e097
  1. 2
      circle.yml

2
circle.yml

@ -19,7 +19,7 @@ deployment:
owner: zeit
commands:
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -replace $CIRCLE_TAG packed
- npm publish
- npm publish --tag beta
dependencies:
pre:

Loading…
Cancel
Save