From 588f86a127a09aa2f668cdc761249af0d2aeaa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Costa?= Date: Thu, 21 May 2026 13:32:36 -0300 Subject: [PATCH] Fix release prep CI --- .github/workflows/release-prep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-prep.yml b/.github/workflows/release-prep.yml index 8e34e9cd..140f5494 100644 --- a/.github/workflows/release-prep.yml +++ b/.github/workflows/release-prep.yml @@ -64,6 +64,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ needs.set_vars.outputs.ref }} + fetch-depth: 0 - uses: oven-sh/setup-bun@v2