Skip to content

Commit a781caa

Browse files
committed
fix tag
1 parent ef30875 commit a781caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ branches:
1010
- master
1111
before_deploy:
1212
- ./build.sh
13+
- source ./addon_tmp/node-red/versions
1314
- git config --local user.name "hobbyquaker"
1415
- git config --local user.email "hobbyquaker@gmail.com"
1516
- git tag "v$ADDON_VERSION-$TRAVIS_BUILD_NUMBER"
16-
- source ./addon_tmp/node-red/versions
1717
deploy:
1818
provider: releases
1919
api_key: $GITHUB_OAUTH_TOKEN

0 commit comments

Comments
 (0)