mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Added script step to publish release travis job
This commit is contained in:
parent
793883148a
commit
4e22e9c092
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: 'Publish release'
|
- name: 'Publish release'
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
|
script: echo "Publishing GitHub release"
|
||||||
before_deploy: npm run build ${TRAVIS_TAG#?}
|
before_deploy: npm run build ${TRAVIS_TAG#?}
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|
Loading…
Reference in a new issue