From da530217ab529d28659049081296ec12ed74174c Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Fri, 6 Mar 2026 16:05:44 +0100 Subject: [PATCH] fix --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9890f32e..4a7e235e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,8 @@ jobs: with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - ref: ${{ github.base_ref }} + #ref: ${{ github.base_ref }} + ref: main - uses: pnpm/action-setup@v4