Skip to content

Commit 125f500

Browse files
authored
Print dependency:tree
1 parent ac9fabb commit 125f500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
export GPG_TTY=$(tty)
3232
echo $GPG_PUBLIC_KEY | base64 --decode > gpg-public-key && gpg --import gpg-public-key
3333
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
34+
mvn --no-transfer-progress --settings ./.m2/settings.xml clean dependency:tree deploy -Dgpg.passphrase=$GPG_PASSPHRASE -Prelease
3535
env:
3636
LOG_LEVEL: FATAL
3737
JIRA_ID: ${{ secrets.JIRA_ID }}

0 commit comments

Comments
 (0)