Add missing line continuation (#419)

This commit is contained in:
Paul Campbell 2021-07-01 16:55:20 +01:00 committed by GitHub
parent 69c333403d
commit 8bcf651231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
gpg --batch \ gpg --batch \
--fast-import codesigning.asc --fast-import codesigning.asc
mvn --settings .github/settings.xml \ mvn --settings .github/settings.xml \
--projects ruleset,tile --projects ruleset,tile \
-Dskip-Tests=true \ -Dskip-Tests=true \
-P release \ -P release \
-B \ -B \