Skip to content

Commit

Permalink
chore: update files and workflows for 6.x branch (#7640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Sep 5, 2024
1 parent 942b108 commit fa4909a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'main'
ref: '6.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'main'
ref: '6.x'
- name: Install Cocoapods
run: gem install cocoapods
- name: Deploy to Cocoapods
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-latest-from-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
deploy-npm-latest:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
deploy-npm-latest:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
deploy-npm-nightly:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hoist": true
},
"version": {
"allowBranch": "main",
"allowBranch": "6.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "Release %s",
Expand Down

0 comments on commit fa4909a

Please sign in to comment.