diff --git a/.github/workflows/maven-build-master-and-publish-snapshot.yml b/.github/workflows/maven-build-master-and-publish-snapshot.yml index ab2cfbeeb7..85dc4a635d 100644 --- a/.github/workflows/maven-build-master-and-publish-snapshot.yml +++ b/.github/workflows/maven-build-master-and-publish-snapshot.yml @@ -22,7 +22,7 @@ jobs: with: gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - - run: mvn -f symja_android_library -B -U -P publish-to-maven-central deploy + - run: mvn -f symja_android_library -B -U -P publish-to-maven-central deploy -Dgpg.skip=true # Deployment of all modules is deferred to the last module by nexus-staging-maven-plugin env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}