Skip to content

Commit

Permalink
chore: fix lerna config and clean workflows on 4.x (#6376)
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS authored Mar 8, 2023
1 parent 81af12a commit 36fe162
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v1
Expand All @@ -41,7 +40,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v3
Expand All @@ -63,7 +61,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v3
Expand All @@ -88,7 +85,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -118,7 +114,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v3
Expand All @@ -143,7 +138,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
uses: actions/cache@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: set up JDK 11
uses: actions/setup-java@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
- name: Install Cocoapods
run: gem install cocoapods
- name: Deploy to Cocoapods
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-npm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
node-version: 14.x
- uses: actions/checkout@v3
with:
ref: '4.x'
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- name: Restore Dependency Cache
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: '4.x'
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hoist": true
},
"version": {
"allowBranch": "main",
"allowBranch": "4.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "Release %s",
Expand Down

0 comments on commit 36fe162

Please sign in to comment.