Move tags: true to the right place
This commit is contained in:
parent
1527d6ed5e
commit
8de6fb3eed
|
@ -123,10 +123,10 @@ deploy:
|
||||||
- dnscrypt-proxy-*.zip
|
- dnscrypt-proxy-*.zip
|
||||||
file_glob: true
|
file_glob: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
tags: true
|
|
||||||
on:
|
on:
|
||||||
repo: jedisct1/dnscrypt-proxy
|
repo: jedisct1/dnscrypt-proxy
|
||||||
condition: "${TRAVIS_GO_VERSION} == 1.9.2"
|
condition: "${TRAVIS_GO_VERSION} == 1.9.2"
|
||||||
|
tags: true
|
||||||
|
|
||||||
after_deploy:
|
after_deploy:
|
||||||
- ls -l dnscrypt-proxy-*.tar.gz
|
- ls -l dnscrypt-proxy-*.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue