GitHub Actions: 2nd attempt to test release job without publishing

This commit is contained in:
Karl Tauber
2020-11-21 14:42:09 +01:00
parent cce99c803e
commit d04ec982ab
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
val releaseVersion = "0.44"
val releaseVersion = "0.0.2"
val developmentVersion = "0.45-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion