We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1efa12 + 6abbc43 commit 420497eCopy full SHA for 420497e
1 file changed
.github/workflows/deploy.yml
@@ -92,6 +92,7 @@ jobs:
92
git checkout master
93
mvn gitflow:release-start gitflow:release-finish \
94
-DskipTests=true \
95
+ -pl gbfs-validator-java \
96
-Prelease \
97
-DpostReleaseGoals=deploy \
- -DargLine='-Prelease -DskipTests -s .github/workflows/settings.xml' -B -s .github/workflows/settings.xml
98
+ -DargLine='-Prelease -pl gbfs-validator-java -DskipTests -s .github/workflows/settings.xml' -B -s .github/workflows/settings.xml
0 commit comments