From ad5ceb7eb166e6c4eebae88e10a83b15d753418f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Sep 2025 21:38:52 -0400 Subject: [PATCH] add fetch before pushing tags --- .github/workflows/download-latest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/download-latest.yml b/.github/workflows/download-latest.yml index 9722b2a..106ee52 100644 --- a/.github/workflows/download-latest.yml +++ b/.github/workflows/download-latest.yml @@ -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"