forked from TrueCloudLab/lego
fix: release condition. (#678)
This commit is contained in:
parent
32058d57da
commit
771524140c
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ deploy:
|
|||
script: curl -sL https://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
|
||||
condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$
|
||||
|
||||
- provider: releases
|
||||
api_key: ${GITHUB_TOKEN}
|
||||
|
@ -40,4 +40,4 @@ deploy:
|
|||
file_glob: true
|
||||
on:
|
||||
tags: true
|
||||
condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
|
||||
condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$
|
||||
|
|
Loading…
Reference in a new issue