1
0
Fork 0

git describe --tags --abbrev=0

This commit is contained in:
emile 2015-09-15 00:03:53 +02:00
parent e017e4906e
commit fc802c52bf
3 changed files with 14 additions and 124 deletions

View file

@ -20,7 +20,7 @@ deployment:
github:
branch: master
commands:
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --prerelease --replace `git describe --tags` dist/
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --prerelease --replace `git describe --tags --abbrev=0` dist/
dockerhub:
branch: master
commands: