From 12b2e0ac73a17a8ae0da190c35830c21c61a8ee9 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sun, 15 Oct 2017 20:04:23 -0400 Subject: [PATCH] hack to force new tag --- util/travis_compiled_push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index af9fc51d9..27e77a921 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh @@ -40,7 +40,8 @@ if [[ $NEFM -gt 0 ]] ; then #lasttag=$(git describe --tags $(git rev-list --tags --max-count=10) | grep -Ev '\-' | xargs -I@ git log --format=format:"%ai @%n" -1 @ | sort -V | awk '{print $4}' | tail -1) lasttag=$(git describe --tags $(git rev-list --tags --max-count=10) | grep -Ev '\-' | sort -V | tail -1) newtag=$(increment_version $lasttag) - git tag $newtag + newertag=$(increment_version $newtag) + git tag $newtag || git tag $newertag git push --tags git@github.com:qmk/qmk_firmware.git else echo "No essential files modified." -- 2.39.2