Ver Fonte

[skip build] testing travis script

Jack Humbert há 8 anos atrás
pai
commit
ee386a29d1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      util/travis_compiled_push.sh

+ 1 - 1
util/travis_compiled_push.sh

@@ -23,7 +23,7 @@ if [[ $NEFM -gt 0 ]] ; then
 	lasttag=$(git tag | grep -Ev '\-' | head -1)
 	newtag=$(increment_version $lasttag)
 	git tag $newtag
-	git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-master
+	git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware
 else
 	echo "No essential files modified."
 fi