|
@@ -15,12 +15,6 @@ jobs:
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
with:
|
|
with:
|
|
branch: release-beta
|
|
branch: release-beta
|
|
- - name: Rebase
|
|
|
|
- run: |
|
|
|
|
- git fetch origin ${{ env.BETA_BRANCH }} --depth=1
|
|
|
|
- git config --global user.email "actions@github.com"
|
|
|
|
- git config --global user.name "GitHub Actions"
|
|
|
|
- git rebase FETCH_HEAD
|
|
|
|
- name: Get yarn cache directory path
|
|
- name: Get yarn cache directory path
|
|
id: yarn-cache-dir-path
|
|
id: yarn-cache-dir-path
|
|
run: echo "::set-output name=dir::$(corepack yarn config get cacheFolder)"
|
|
run: echo "::set-output name=dir::$(corepack yarn config get cacheFolder)"
|