From 1f101a641ca48d3a4beaf88b7fe585193c8b769b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 18 Mar 2020 20:53:22 +0000 Subject: [PATCH] Add missing comma in deploy/sh --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index 7cd7ad5..c49b0e4 100644 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -24,7 +24,7 @@ echo "deploy.sh: Starting..." ) echo "Releasing..." -mvn -pl ruleset tiles \ +mvn -pl ruleset,tiles \ --settings .github/settings.xml \ -Dskip-Tests=true \ -P release \