Merge pull request #417 from WebFreak001/fix-releases
Build tagged releases in CIs
This commit is contained in:
commit
fc4cb9eecc
|
@ -14,6 +14,7 @@ os:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^v\d+\.\d+\.\d+([+-]\S*)*$/
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- BUILD=
|
- BUILD=
|
||||||
|
|
|
@ -24,6 +24,7 @@ skip_tags: false
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^v\d+\.\d+\.\d+([+-]\S*)*$/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: function ResolveLatestDMD
|
- ps: function ResolveLatestDMD
|
||||||
|
|
Loading…
Reference in New Issue