diff --git a/.github/deploy.sh b/.github/deploy.sh index f97d7e9..bfe2329 100644 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -24,7 +24,7 @@ echo "deploy.sh: Starting..." ) echo "Releasing..." -mvn ruleset tiles \ +mvn -pl ruleset,tile \ --settings .github/settings.xml \ -Dskip-Tests=true \ -P release \