From 5548e66591568266ff121dec4d33cc4abce47d8a Mon Sep 17 00:00:00 2001 From: magicjar <9734293+magicjar@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:41:00 +0700 Subject: [PATCH] [Actions] Force git fetch tags --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index e81e4f0..cd6f1c9 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout tag run: | - git fetch --all --tags --prune + git fetch --all --tags --prune --force git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) - name: Run publish