Skip to content

Commit

Permalink
[TMP] Test signing on PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iils-hwellmann committed Jun 22, 2024
1 parent 0b29fae commit cc12d1d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Maven build and publish Master Snapshot
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
maven-build-master-and-publish-to-maven-central:
Expand All @@ -22,7 +24,7 @@ jobs:
with:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

- run: mvn -f symja_android_library -B -U -P publish-to-maven-central,exact-target-jdk deploy
- run: mvn -f symja_android_library -B -U -P -e -X publish-to-maven-central,exact-target-jdk install
# Deployment of all modules is deferred to the last module by nexus-staging-maven-plugin
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}
Expand Down

0 comments on commit cc12d1d

Please sign in to comment.