mirror of https://github.com/dapr/java-sdk.git
fixing argument order for deploy profile option (#1251)
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
4b1952f951
commit
161180a9e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue