Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Apr 28, 2018
1 parent ef30875 commit a781caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ branches:
- master
before_deploy:
- ./build.sh
- source ./addon_tmp/node-red/versions
- git config --local user.name "hobbyquaker"
- git config --local user.email "[email protected]"
- git tag "v$ADDON_VERSION-$TRAVIS_BUILD_NUMBER"
- source ./addon_tmp/node-red/versions
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
Expand Down

0 comments on commit a781caa

Please sign in to comment.