File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ ssh-add $TRAVIS_BUILD_DIR/ci/authenticator-build-key
13
13
# Create and push tag
14
14
export GIT_TAG=v$( grep -m 1 " \" version\" " $TRAVIS_BUILD_DIR /manifest-chrome.json | sed -r ' s/^ *//;s/.*: *"//;s/",?//' )
15
15
git checkout $TRAVIS_BRANCH
16
- git tag $GIT_TAG -a -m " Automatic tag from TravisCI build $TRAVIS_BUILD_NUMBER "
16
+ git tag $GIT_TAG -a -m " Automatic tag from TravisCI build $TRAVIS_JOB_NUMBER "
17
17
git push origin $GIT_TAG
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 5.0.9 " ,
5
+ "version" : " 5.0.10 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"icons" : {
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 5.0.9 " ,
5
+ "version" : " 5.0.10 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"applications" : {
You can’t perform that action at this time.
0 commit comments