From fcc1a890a6e8591184d838d8e3917ddac44e8750 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:40:38 +0000 Subject: [PATCH 1/4] Update release workflow to maintain latest tag Co-authored-by: iHildy <25069719+iHildy@users.noreply.github.com> --- .github/workflows/release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3c2c90..1f9b421 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,18 @@ jobs: release-type: node skip-github-pull-request: false + - name: Checkout + if: ${{ steps.release-please.outputs.releases_created }} + uses: actions/checkout@v4 + + - name: Update latest tag + if: ${{ steps.release-please.outputs.releases_created }} + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + git tag -f latest + git push origin latest + dispatch-publish: needs: process runs-on: ubuntu-latest From 920a7ebdd4cf5b9dde49c7046208856d0ebaf72c Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:42:06 +0000 Subject: [PATCH 2/4] ci: Update release workflow to maintain latest tag Co-authored-by: iHildy <25069719+iHildy@users.noreply.github.com> From 93abcb90d16ea26545e7acecde9160f39afa6c43 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:43:35 +0000 Subject: [PATCH 3/4] ci: Update release workflow to maintain latest tag Co-authored-by: iHildy <25069719+iHildy@users.noreply.github.com> From 498793a5bcd37ee3d8c4ec136bed38aa8c6b4d4d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 05:45:09 +0000 Subject: [PATCH 4/4] ci: Update release workflow to maintain latest tag Co-authored-by: iHildy <25069719+iHildy@users.noreply.github.com>