Skip to content

Commit

Permalink
fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 5, 2018
1 parent c8ee471 commit f0b9d36
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 @@ -13,7 +13,7 @@ before_deploy:
- git config --local user.email "[email protected]"
- ./build.sh
- source ./addon_tmp/node-red/versions
- git tag "v$ADDON_VERSION-$TRAVIS_BUILD_NUMBER"
- git tag "v$VERSION_ADDON-$TRAVIS_BUILD_NUMBER"
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand All @@ -22,4 +22,4 @@ deploy:
skip_cleanup: true
after_deploy:
- gem install octokit
- ./github_release.rb -s $GITHUB_OAUTH_TOKEN -r hobbyquaker/ccu-addon-node-red -c CHANGELOG.md -t v$ADDON_VERSION-$TRAVIS_BUILD_NUMBER
- ./github_release.rb -s $GITHUB_OAUTH_TOKEN -r hobbyquaker/ccu-addon-node-red -c CHANGELOG.md -t v$VERSION_ADDON-$TRAVIS_BUILD_NUMBER

0 comments on commit f0b9d36

Please sign in to comment.