We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641b34a commit c9b013fCopy full SHA for c9b013f
.github/workflows/build.yml
@@ -181,4 +181,4 @@ jobs:
181
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
182
export GPG_TTY=$(tty)
183
gpg --batch --import private-key.gpg
184
- ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy -Pdeploy-profile
+ ./mvnw -V -B -Dgpg.skip=false -s settings.xml -Pdeploy-profile deploy
0 commit comments