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
|
||||
run: |
|
||||
# Fetch and checkout master to analyze history
|
||||
git fetch origin master:master
|
||||
git checkout master
|
||||
git fetch origin master
|
||||
git checkout -B master origin/master
|
||||
|
||||
# Initialize variables
|
||||
FOUND_PR=false
|
||||
|
||||
Reference in New Issue
Block a user