mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
[skip build] testing travis script
This commit is contained in:
parent
470c8436c2
commit
98adda34c9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [[ $NEFM -gt 0 ]] ; then
|
|||
lasttag=$(git tag | grep -Ev '\-' | head -1)
|
||||
newtag=$(increment_version $lasttag)
|
||||
git tag $newtag
|
||||
git push --tags
|
||||
git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-$TRAVIS_BRANCH
|
||||
else
|
||||
echo "No essential files modified."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue