Fix a bug in the pipeline for releasing a version of Silverpeas. The isPatchVersion is an environment variable and as such it can be only a String. But in the pipeline it is interpreted as it was a boolean. Fix this by checking each time the boolean value as a String.