Skip to content

Commit c8aed84

Browse files
committed
Fixed envsubst
1 parent ed733ac commit c8aed84

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
@@ -4,7 +4,7 @@ script:
44
- make build-all
55
before_deploy:
66
- 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
7-
- export BODY=$(envsubst < cat ./assets/CHANGELOG.md)
7+
- export BODY=$(envsubst < ./assets/CHANGELOG.md)
88
- export FILES=bin/*
99
deploy:
1010
provider: script

0 commit comments

Comments
 (0)