Skip to content

Commit

Permalink
fix variable before using edge version
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 8, 2019
1 parent 6024287 commit 384f424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ before_deploy:
## Create release in GitHub
deploy:
- provider: releases
edge: true
tag_name: $TRAVIS_TAG
name: $TRAVIS_TAG
target_commitish: $TRAVIS_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if [[ ${SEMVER_MAJOR} == "" ]];then
fi
export TRAVIS_TAG=${SEMVER}
echo "TRAVIS_TAG:${TRAVIS_TAG}"
echo GIT_RELEASE_NOTES="$(git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h - %s (%an)")"
export GIT_RELEASE_NOTES="$(git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h - %s (%an)")"

0 comments on commit 384f424

Please sign in to comment.