mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fix goreleaser script invocation - bump to rc2
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user