Skip to content

Commit 2078ef1

Browse files
authored
chore: Update release branches (#8065)
1 parent 3d1b12c commit 2078ef1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
33-
ref: 'main'
33+
ref: '7.x'
3434
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
3535
- name: set up JDK 21
3636
uses: actions/setup-java@v4

.github/workflows/publish-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
ref: 'main'
22+
ref: '7.x'
2323
- name: Install Cocoapods
2424
run: gem install cocoapods
2525
- name: Deploy to Cocoapods

.github/workflows/publish-npm-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
deploy-npm-nightly:
13-
if: github.ref == 'refs/heads/main'
13+
if: github.ref == 'refs/heads/7.x'
1414
runs-on: macos-15
1515
timeout-minutes: 30
1616
steps:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"hoist": true
55
},
66
"version": {
7-
"allowBranch": "main",
7+
"allowBranch": "7.x",
88
"conventionalCommits": true,
99
"createRelease": "github",
1010
"message": "Release %s",

0 commit comments

Comments
 (0)