Skip to content

Commit

Permalink
Remove signing from android-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Jan 26, 2024
1 parent e5190ca commit 20379d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
gpg-private-key: ${{ secrets.PKEY }} # Value of the GPG private key to import
gpg-passphrase: GPG_PASSPHRASE # Passphrase for the GPG private key
- name: Publish package to central maven repository
run: cd concordium-android-sdk && mvn --batch-mode deploy -Psign
run: cd concordium-android-sdk && mvn --batch-mode deploy
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USR }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PWD }}
Expand Down

0 comments on commit 20379d5

Please sign in to comment.