mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
Added script step to publish release travis job
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user