Add missing comma in deploy/sh
This commit is contained in:
parent
9599245090
commit
1f101a641c
1 changed files with 1 additions and 1 deletions
2
.github/deploy.sh
vendored
2
.github/deploy.sh
vendored
|
@ -24,7 +24,7 @@ echo "deploy.sh: Starting..."
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Releasing..."
|
echo "Releasing..."
|
||||||
mvn -pl ruleset tiles \
|
mvn -pl ruleset,tiles \
|
||||||
--settings .github/settings.xml \
|
--settings .github/settings.xml \
|
||||||
-Dskip-Tests=true \
|
-Dskip-Tests=true \
|
||||||
-P release \
|
-P release \
|
||||||
|
|
Loading…
Reference in a new issue