forked from LBRYCommunity/lbry-sdk
deploy release for tags
This commit is contained in:
parent
a471d5d167
commit
90685e8357
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,8 @@ jobs:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
draft: true
|
draft: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
working_dir: dist
|
working_dir: dist
|
||||||
|
@ -89,6 +91,8 @@ jobs:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
draft: true
|
draft: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
addons:
|
addons:
|
||||||
artifacts:
|
artifacts:
|
||||||
working_dir: dist
|
working_dir: dist
|
||||||
|
|
Loading…
Reference in a new issue