Skip to content

Commit

Permalink
fix newline issue in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dram55 committed Jul 26, 2019
1 parent 06aa8f8 commit b2e3e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ before_deploy:
- mv Release MarioMaker2OCR
- zip -r MarioMaker2OCR_$VERSION_NUMBER.zip MarioMaker2OCR
- cd ../../
- IFS='' export CHANGE_LOG=`git log --oneline $TRAVIS_COMMIT_RANGE`
- export CHANGE_LOG=`git log --oneline $TRAVIS_COMMIT_RANGE`

deploy:
provider: releases
api_key: $GITHUB_KEY
file: "MarioMaker2OCR/bin/MarioMaker2OCR_$VERSION_NUMBER.zip"
skip_cleanup: true
body: $CHANGE_LOG
body: "$CHANGE_LOG"
name: $VERSION_NUMBER

branches:
Expand Down

0 comments on commit b2e3e45

Please sign in to comment.