Skip to content

Commit

Permalink
Try to skip signing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Tran committed Jan 8, 2024
1 parent da34c20 commit f6cbc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f6cbc9e

Please sign in to comment.