git describe --tags --abbrev=0
This commit is contained in:
parent
e017e4906e
commit
fc802c52bf
3 changed files with 14 additions and 124 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue