File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ ssh-add $TRAVIS_BUILD_DIR/ci/authenticator-build-key
1313# Create and push tag
1414export GIT_TAG=v$( grep -m 1 " \" version\" " $TRAVIS_BUILD_DIR /manifest-chrome.json | sed -r ' s/^ *//;s/.*: *"//;s/",?//' )
1515git 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 "
1717git push origin $GIT_TAG
Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " __MSG_extName__" ,
44 "short_name" : " __MSG_extShortName__" ,
5- "version" : " 5.0.9 " ,
5+ "version" : " 5.0.10 " ,
66 "default_locale" : " en" ,
77 "description" : " __MSG_extDesc__" ,
88 "icons" : {
Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " __MSG_extName__" ,
44 "short_name" : " __MSG_extShortName__" ,
5- "version" : " 5.0.9 " ,
5+ "version" : " 5.0.10 " ,
66 "default_locale" : " en" ,
77 "description" : " __MSG_extDesc__" ,
88 "applications" : {
You can’t perform that action at this time.
0 commit comments