This commit is contained in:
parent
38ffcc5b83
commit
f171f20c8d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue