File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- $HOME/.gradle/caches/
27
27
- $HOME/.gradle/wrapper/
28
28
before_deploy :
29
- - cp build/libs/NyaaCore.jar ./NyaaCore-$PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION.jar
30
- - export GIT_TAG=$PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION
29
+ - cp build/libs/NyaaCore.jar ./NyaaCore-v $PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION.jar
30
+ - export GIT_TAG=v $PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION
31
31
- export GIT_ORIGIN_URL=`git config --get remote.origin.url`
32
32
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
33
33
- git config credential.helper "store --file=.git/credentials"
@@ -50,7 +50,7 @@ deploy:
50
50
provider : releases
51
51
prerelease : true
52
52
api_key : $GITHUB_OAUTH_TOKEN
53
- file : ./NyaaCore-$PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION.jar
53
+ file : ./NyaaCore-v $PLUGIN_VERSION.$TRAVIS_BUILD_NUMBER-mc$MC_VERSION.jar
54
54
on :
55
55
tags : false
56
56
all_branches : true
You can’t perform that action at this time.
0 commit comments