We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c69eae + adbdb45 commit 8e3d892Copy full SHA for 8e3d892
.github/workflows/release.yml
@@ -24,4 +24,4 @@ jobs:
24
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
25
run: |
26
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import;
27
- mvn clean deploy -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DskipTests
+ mvn clean deploy -P release -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DskipTests -B -U
0 commit comments