Readded this_branch=$(git rev-parse --abbrev-ref HEAD)
since it wasn't included in change to check against the current branch instead of master
This commit is contained in:
parent
826b8edf82
commit
5a47b1a3f7
3
bump-tag
3
bump-tag
|
@ -36,6 +36,9 @@ else
|
||||||
tagpfx="${deftag}"
|
tagpfx="${deftag}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# This is the current branch that Git will diff against.
|
||||||
|
this_branch=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
# Check why the tag couldn't be verified
|
# Check why the tag couldn't be verified
|
||||||
# First argument: the tag to investigate
|
# First argument: the tag to investigate
|
||||||
check_tag_sig_failure()
|
check_tag_sig_failure()
|
||||||
|
|
Loading…
Reference in a new issue