From 0c00e976e6ae6ed0d6717aab30c2bde37b2f4eb1 Mon Sep 17 00:00:00 2001 From: Greyson Lalonde Date: Fri, 13 Mar 2026 02:43:52 -0400 Subject: [PATCH] fix(ci): checkout release tag in publish job --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e16aadf32..f88d7bae1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,6 +59,8 @@ jobs: contents: read steps: - uses: actions/checkout@v4 + with: + ref: ${{ inputs.release_tag || github.ref }} - name: Install uv uses: astral-sh/setup-uv@v6