mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Adjust pull command to pull.rebase=false
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user