From aa6932739f24c86059bc7bda354845535925e3bc Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:39:11 -0700 Subject: [PATCH] chore: Fixes Build Tool Release Tag (#2396) --- .github/workflows/build-tool-release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-tool-release.yml b/.github/workflows/build-tool-release.yml index 1039ce3e8..5061d15cb 100644 --- a/.github/workflows/build-tool-release.yml +++ b/.github/workflows/build-tool-release.yml @@ -67,6 +67,13 @@ jobs: contents: write steps: + - uses: actions/checkout@v6 + + - name: Move tag to current commit + run: | + git tag -f build-tool-latest + git push origin build-tool-latest --force + - name: Download all artifacts uses: actions/download-artifact@v8 with: