Skip to content

Commit 7cda035

Browse files
[Build] Enabled gpg-signing for snapshot builds again
1 parent 72de9cf commit 7cda035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build-master-and-publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2424

25-
- run: mvn -f symja_android_library -B -U -P publish-to-maven-central,exact-target-jdk deploy -Dgpg.skip=true
25+
- run: mvn -f symja_android_library -B -U -e -P publish-to-maven-central,exact-target-jdk deploy
2626
# Deployment of all modules is deferred to the last module by nexus-staging-maven-plugin
2727
env:
2828
MAVEN_USERNAME: ${{ secrets.OSSRH_TOKEN_USERNAME }}

0 commit comments

Comments
 (0)