mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +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'
|
||||
if: tag IS present
|
||||
script: echo "Publishing GitHub release"
|
||||
before_deploy: npm run build ${TRAVIS_TAG#?}
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue