Skip to content

Commit ed733ac

Browse files
committed
Using the right releaser
1 parent 281f403 commit ed733ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ script:
33
- make test
44
- make build-all
55
before_deploy:
6-
- curl https://github.com/lindell/travis-golang-release-boilerplate/releases/download/0.5.0/github-release -L --output github-releaser && chmod +x github-releaser
6+
- curl https://github.com/lindell/travis-golang-release-boilerplate/releases/download/0.5.0/github-releaser-travis -L --output github-releaser && chmod +x github-releaser
77
- export BODY=$(envsubst < cat ./assets/CHANGELOG.md)
88
- export FILES=bin/*
99
deploy:

0 commit comments

Comments
 (0)