From f8596e498ab72ac785b545fef39a0c5b273c003f Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Thu, 7 Mar 2024 01:13:06 +0000 Subject: [PATCH] Update WorkFlow --- .github/workflows/deploy-with-kmm-bridge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index e576eb6..7deafd0 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -13,6 +13,8 @@ jobs: with: # Provide inputs here if the external workflow requires them versionBaseProperty: '0.0.3' # Required + jvmVersion: '17' # Optional + retainBuildBranch: 'true' # Optional secrets: # Provide secrets here if the external workflow requires them netrcUsername: ${{ secrets.NETRC_USERNAME }}