add fetch before pushing tags
This commit is contained in:
1
.github/workflows/download-latest.yml
vendored
1
.github/workflows/download-latest.yml
vendored
@@ -89,6 +89,7 @@ jobs:
|
|||||||
git fetch
|
git fetch
|
||||||
git push origin "$DETERMINATE_VERSION" --force
|
git push origin "$DETERMINATE_VERSION" --force
|
||||||
git checkout main
|
git checkout main
|
||||||
|
git pull
|
||||||
git merge "$DETERMINATE_VERSION"
|
git merge "$DETERMINATE_VERSION"
|
||||||
git push
|
git push
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user