Commit fe64c68 1 parent c47a3ff commit fe64c68 Copy full SHA for fe64c68
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
echo "use-agent" >> ~/.gnupg/gpg.conf
112
112
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
113
113
export GPG_TTY=$(tty)
114
- mvn --batch-mode -DskipTests -Drust.release.build=true -DpushChanges=false -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy -P deploy-to-ossrh
114
+ mvn --batch-mode -DskipTests -Drust.release.build=true -DpushChanges=false -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy -P deploy-to-ossrh -P shade-jar
115
115
env :
116
116
SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
117
117
SONATYPE_TOKEN : ${{ secrets.SONATYPE_TOKEN }}
Original file line number Diff line number Diff line change 35
35
</properties >
36
36
</profile >
37
37
<profile >
38
- <id >flat-package </id >
38
+ <id >shade-jar </id >
39
39
<activation >
40
40
<activeByDefault >false</activeByDefault >
41
41
</activation >
You can’t perform that action at this time.
0 commit comments