File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
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 :
Original file line number Diff line number Diff line change 44 "hoist" : true
55 },
66 "version" : {
7- "allowBranch" : " main " ,
7+ "allowBranch" : " 7.x " ,
88 "conventionalCommits" : true ,
99 "createRelease" : " github" ,
1010 "message" : " Release %s" ,
You can’t perform that action at this time.
0 commit comments