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