Browse Source

Only allow releases inside the ZEIT org

master
Leo Lamprecht 8 years ago
parent
commit
3647ce7bd9
  1. 1
      circle.yml

1
circle.yml

@ -14,6 +14,7 @@ deployment:
- node ./scripts/slack.js
release:
tag: /(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)/
owner: zeit
commands:
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG packed
- npm publish

Loading…
Cancel
Save