Adjust pull command to pull.rebase=false

This commit is contained in:
Hamish Coleman 2021-10-31 17:17:23 +00:00
parent 3e2be20614
commit 23ef8e4bfe

View File

@ -512,7 +512,7 @@ jobs:
# we do a force pull of the repo to get the correct tag details.
- name: Get Tag Type
run: |
git pull --tags --force origin HEAD
git pull --no-rebase --tags --force origin HEAD
TYPE=$(git cat-file -t $GITHUB_REF)
echo "::set-output name=TAGTYPE::$TYPE"