We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de325d commit b3aa86aCopy full SHA for b3aa86a
.rultor.yml
@@ -64,6 +64,6 @@ release:
64
mvn versions:set "-DnewVersion=${tag}"
65
git commit -am "${tag}"
66
mvn clean deploy -Ptakes -Psonatype --errors --settings ../settings.xml
67
- # mvn clean site-deploy -Ptakes -Psite --errors --settings ../settings.xml
+ mvn clean site-deploy -Ptakes -Psite --errors --settings ../settings.xml || echo 'site-deploy failed'
68
commanders:
69
- - yegor256
+ - yegor256
0 commit comments