Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix: set base
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Nov 9, 2023
1 parent 2a612b1 commit 5223282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5223282

Please sign in to comment.