浏览代码

fixup! meta: do not rebase when preparing beta candidates

Antoine du Hamel 2 年之前
父节点
当前提交
ef8c5ccc08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/release-beta-candidate.yml

+ 1 - 0
.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)"