diff --git a/.github/workflows/push-triggers.yml b/.github/workflows/push-triggers.yml index a3dc9449..6562b5aa 100644 --- a/.github/workflows/push-triggers.yml +++ b/.github/workflows/push-triggers.yml @@ -31,10 +31,10 @@ jobs: build-ios: uses: tw-mosip/kattu/.github/workflows/ios-build.yml@add-inji-workflows with: - NODE_VERSION: "16.x" + NODE_VERSION: "18.x" sonar-check: - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name != 'pull_request' }} uses: tw-mosip/kattu/.github/workflows/sonar.yml@add-inji-workflows secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 326dac00..498b5fbf 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -55,8 +55,6 @@ end desc "Deploy an Beta version to the Google Play" lane :android_build_beta do - gradle(task: "assembleBetaDebug") - git_tag = sh('git describe --abbrev=0 --tags --exact-match HEAD').strip def convert_tag_to_code(version)