Add missing line continuation (#419)
This commit is contained in:
parent
69c333403d
commit
8bcf651231
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-sonatype.yml
vendored
2
.github/workflows/deploy-sonatype.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
gpg --batch \
|
||||
--fast-import codesigning.asc
|
||||
mvn --settings .github/settings.xml \
|
||||
--projects ruleset,tile
|
||||
--projects ruleset,tile \
|
||||
-Dskip-Tests=true \
|
||||
-P release \
|
||||
-B \
|
||||
|
|
Loading…
Reference in a new issue