From e58501f105cf92a613f5d9a4c6580d6b9f864413 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sat, 7 Jun 2025 09:41:12 -0400 Subject: [PATCH] Make it work for tags --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 87ed9d1..de04ba2 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ runs: set -x git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" git fetch --quiet origin "$GITHUB_REF" - git checkout "$GITHUB_REF_NAME" + git checkout FETCH_HEAD shell: bash