From d4eb82bb9f3e003eb58d957cf6357747f1bf3172 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 18 Mar 2020 21:06:54 +0000 Subject: [PATCH] Fix typo --- .github/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.sh b/.github/deploy.sh index c49b0e4..bfe2329 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,tile \ --settings .github/settings.xml \ -Dskip-Tests=true \ -P release \