Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/android-kit-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
repository: mParticle/android-sdk
fetch-depth: 0
path: core
ref: development
ref: main

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this use the main branch for the kit submodules as well?
If so, are all the kits using main as the default branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
repository: mParticle/android-sdk
fetch-depth: 0
path: core
ref: development
ref: main
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
repository: mParticle/android-sdk
fetch-depth: 0
path: core
ref: development
ref: main
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand Down