Skip to content
Snippets Groups Projects
Commit 03d6e552 authored by Cam Saul's avatar Cam Saul
Browse files

describe tags from origin/master instead of master

parent ee227e5a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
generate_version_info() {
# Skip on CircleCI since this is interactive
if [ ! $CI ]; then
LATEST_TAG=$(git describe master --tags --abbrev=0)
LATEST_TAG=$(git describe origin/master --tags --abbrev=0)
echo "Tagging this uberjar as version $LATEST_TAG"
read -e -p "Is this OK? [y/n] " TAG_IS_OKAY_Y_OR_N
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment