fixing argument order for deploy profile option (#1251)

Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
salaboy 2025-03-11 13:42:18 +00:00 committed by GitHub
parent 4b1952f951
commit 161180a9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -181,4 +181,4 @@ jobs:
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
export GPG_TTY=$(tty)
gpg --batch --import private-key.gpg
./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy -Pdeploy-profile
./mvnw -V -B -Dgpg.skip=false -s settings.xml -Pdeploy-profile deploy