Merge pull request #471 from wilzbach/fix-deployment
[trivial] Fix Travis deployment merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
5869f0c5c0
|
@ -31,7 +31,7 @@ jobs:
|
|||
file: bin/dcd-*.tar.gz
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: dlang-community/dcd
|
||||
repo: dlang-community/DCD
|
||||
tags: true
|
||||
- stage: GitHub Release
|
||||
#if: tag IS present
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
file: bin/dcd-*.tar.gz
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: dlang-community/dcd
|
||||
repo: dlang-community/DCD
|
||||
tags: true
|
||||
- stage: GitHub Release
|
||||
#if: tag IS present
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
file: bin/dcd-.*.zip
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: dlang-community/dcd
|
||||
repo: dlang-community/DCD
|
||||
tags: true
|
||||
stages:
|
||||
- name: test
|
||||
|
|
Loading…
Reference in New Issue