From 58d7f6be4857bf26cfc2cb5d73d7a5a31fc656a8 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 5 Feb 2026 08:46:15 -0600 Subject: [PATCH] update --- .github/workflows/deploy-rc-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-rc-pages.yml b/.github/workflows/deploy-rc-pages.yml index d3c4e64..9e41f0e 100644 --- a/.github/workflows/deploy-rc-pages.yml +++ b/.github/workflows/deploy-rc-pages.yml @@ -63,7 +63,7 @@ jobs: git add -A git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git commit -m "Deploy RC preview ${REF}" || echo "No changes to commit" + git commit -m "Deploy RC preview ${GITHUB_REF_NAME}" || echo "No changes to commit" git push origin gh-pages - name: Publish prerelease (GitHub) uses: softprops/action-gh-release@v2