Fix goreleaser script invocation - bump to rc2

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2022-01-13 16:58:19 -07:00
parent f268aad00b
commit 70b1f5c950
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ after_success:
deploy:
provider: script
cleanup: true
script: curl -sL http://git.io/goreleaser
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_GO_VERSION =~ 1.17