Skip to content

Commit 639cc96

Browse files
committed
chore(ci): update mifosx action hub version and use jdk 21
1 parent 989d07e commit 639cc96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ concurrency:
7373
jobs:
7474
android_build_and_publish:
7575
name: Android Build and Publish
76-
uses: openMF/mifos-x-actionhub/.github/workflows/[email protected].0
76+
uses: openMF/mifos-x-actionhub/.github/workflows/[email protected].7
7777
with:
78+
java-version: '21'
7879
release_type: ${{ inputs.release_type }}
7980
target_branch: ${{ inputs.target_branch }}
8081
android_package_name: 'cmp-android' # <-- Change this to your android package name

0 commit comments

Comments
 (0)