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
1 changed files with 3 additions and 0 deletions
3
bump-tag
3
bump-tag
|
@ -36,6 +36,9 @@ else
|
|||
tagpfx="${deftag}"
|
||||
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
|
||||
# First argument: the tag to investigate
|
||||
check_tag_sig_failure()
|
||||
|
|
Loading…
Add table
Reference in a new issue