Browse Source

Let Circle CI determine the git tag

master
Leo Lamprecht 8 years ago
parent
commit
21b0c13b6b
  1. 2
      circle.yml

2
circle.yml

@ -15,7 +15,7 @@ deployment:
release: release:
tag: /(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)/ tag: /(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)/
commands: commands:
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` packed/ - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG packed
dependencies: dependencies:
pre: pre:

Loading…
Cancel
Save