Browse Source

Match all tags on Circle CI, we always use SemVer

master
Leo Lamprecht 8 years ago
parent
commit
4a1e04fe46
  1. 2
      circle.yml

2
circle.yml

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

Loading…
Cancel
Save