Skip to content

Commit 5c6d98d

Browse files
chore: Fix Nx config for beta branch
1 parent 7145922 commit 5c6d98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Get appropriate base and head commits for `nx affected` commands
3535
uses: nrwl/nx-set-shas@v3
3636
with:
37-
main-branch-name: 'alpha'
37+
main-branch-name: 'beta'
3838
- run: |
3939
echo "BASE: ${{ env.NX_BASE }}"
4040
echo "HEAD: ${{ env.NX_HEAD }}"

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"affected": {
4-
"defaultBase": "alpha"
4+
"defaultBase": "beta"
55
},
66
"tasksRunnerOptions": {
77
"default": {

0 commit comments

Comments
 (0)