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.
1 parent ac9fabb commit 125f500Copy full SHA for 125f500
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
export GPG_TTY=$(tty)
32
echo $GPG_PUBLIC_KEY | base64 --decode > gpg-public-key && gpg --import gpg-public-key
33
echo $GPG_PRIVATE_KEY | base64 --decode > gpg-private-key && gpg --batch --passphrase $GPG_PASSPHRASE --import gpg-private-key
34
- mvn --no-transfer-progress --settings ./.m2/settings.xml clean deploy -Dgpg.passphrase=$GPG_PASSPHRASE -Prelease
+ mvn --no-transfer-progress --settings ./.m2/settings.xml clean dependency:tree deploy -Dgpg.passphrase=$GPG_PASSPHRASE -Prelease
35
env:
36
LOG_LEVEL: FATAL
37
JIRA_ID: ${{ secrets.JIRA_ID }}
0 commit comments