Fix Travis deployment

This commit is contained in:
Sebastian Wilzbach 2018-04-29 20:20:04 +02:00
parent c90afe1ece
commit a4adbff689
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
file: bin/dcd-*.tar.gz file: bin/dcd-*.tar.gz
skip_cleanup: true skip_cleanup: true
on: on:
repo: dlang-community/dcd repo: dlang-community/DCD
tags: true tags: true
- stage: GitHub Release - stage: GitHub Release
#if: tag IS present #if: tag IS present
@ -45,7 +45,7 @@ jobs:
file: bin/dcd-*.tar.gz file: bin/dcd-*.tar.gz
skip_cleanup: true skip_cleanup: true
on: on:
repo: dlang-community/dcd repo: dlang-community/DCD
tags: true tags: true
- stage: GitHub Release - stage: GitHub Release
#if: tag IS present #if: tag IS present
@ -66,7 +66,7 @@ jobs:
file: bin/dcd-.*.zip file: bin/dcd-.*.zip
skip_cleanup: true skip_cleanup: true
on: on:
repo: dlang-community/dcd repo: dlang-community/DCD
tags: true tags: true
stages: stages:
- name: test - name: test