From 5223282a23c224ac3a756253a0bc80782d39348d Mon Sep 17 00:00:00 2001 From: einaralex Date: Thu, 9 Nov 2023 00:59:08 +0000 Subject: [PATCH] fix: set base --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e51aeb4..7eb354c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,8 @@ jobs: # if: ${{ steps.release.outputs.releases_created }} - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v3 + with: + main-branch-name: ${{ env.BASE }} - name: Yarn install run: yarn install --immutable --immutable-cache # for security reasons, use --check-cache if accepting PRs from third-parties.