checkout origin/master to be safe
This commit is contained in:
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
|||||||
id: pr_info
|
id: pr_info
|
||||||
run: |
|
run: |
|
||||||
# Fetch and checkout master to analyze history
|
# Fetch and checkout master to analyze history
|
||||||
git fetch origin master:master
|
git fetch origin master
|
||||||
git checkout master
|
git checkout -B master origin/master
|
||||||
|
|
||||||
# Initialize variables
|
# Initialize variables
|
||||||
FOUND_PR=false
|
FOUND_PR=false
|
||||||
|
|||||||
Reference in New Issue
Block a user