From ef8c5ccc087d5f0d8b2f330819a751f722a737dd Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 9 Jun 2022 21:13:05 +0200 Subject: [PATCH] fixup! meta: do not rebase when preparing beta candidates --- .github/workflows/release-beta-candidate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-beta-candidate.yml b/.github/workflows/release-beta-candidate.yml index 0e09b937dc..aafc5fbf11 100644 --- a/.github/workflows/release-beta-candidate.yml +++ b/.github/workflows/release-beta-candidate.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v3 with: branch: release-beta + fetch-depth: 3 # the prepare commit, the merge commit, and the base ones. - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(corepack yarn config get cacheFolder)"