diff --git a/.github/workflows/maven-publish-android.yml b/.github/workflows/maven-publish-android.yml
index f86b604a..297e13cc 100644
--- a/.github/workflows/maven-publish-android.yml
+++ b/.github/workflows/maven-publish-android.yml
@@ -112,7 +112,7 @@ jobs:
echo "GPG_TTY=${{ env.GPG_TTY }}"
- name: Setup the settings file for ossrh server
- run: echo " ossrh ${{secrets.OSSRH_USER}} ${{secrets.OSSRH_SECRET}} ossrh true gpg2 ${{secrets.GPG_SECRET}} allow-snapshots true snapshots-repo https://central.sonatype.com/repository/maven-snapshots/ false true releases-repo https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io/mosip true false danubetech-maven-public https://repo.danubetech.com/repository/maven-public/ sonar . https://sonarcloud.io false " > $GITHUB_WORKSPACE/settings.xml
+ run: echo " ossrh ${{secrets.OSSRH_USER}} ${{secrets.OSSRH_SECRET}} ossrh true gpg2 ${{secrets.GPG_SECRET}} allow-snapshots true snapshots-repo https://central.sonatype.com/repository/maven-snapshots/ false true releases-repo https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io/mosip true false releases-repo https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ true false danubetech-maven-public https://repo.danubetech.com/repository/maven-public/ sonar . https://sonarcloud.io false " > $GITHUB_WORKSPACE/settings.xml
- name: Build check for MOSIP License
run: |