Skip to content

Commit

Permalink
fixup! meta: do not rebase when preparing beta candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 9, 2022
1 parent 33330f6 commit ef8c5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-beta-candidate.yml
Expand Up @@ -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)"
Expand Down

0 comments on commit ef8c5cc

Please sign in to comment.