This commit is contained in:
Jean Ouina 2020-09-17 19:10:51 +02:00
parent 38ffcc5b83
commit f171f20c8d
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ jobs:
# - npm run build
- stage: GitHub Release
script:
- node ci-deploy
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
prerelease: true