From d6b6d194dffe81bc9eb94e5044969c39650a2059 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Wed, 3 Jan 2024 17:20:33 +0000 Subject: [PATCH] Changed `game-version-filter` value to `releases` The legacy behavior I tried to imitate only caused confusion. So, let's finally leave it in the past. --- action.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.template.yml b/action.template.yml index 34d8489..10d8294 100644 --- a/action.template.yml +++ b/action.template.yml @@ -133,7 +133,7 @@ inputs: game-version-filter: type: games.GameVersionFilter description: Controls the method used to filter game versions. - default: releases | min-major | min-minor # ">=1.18" -> ["1.18", "1.18.1", "1.18.2"] + default: releases java: type: utils.java.JavaVersion[] description: An array of Java versions compatible with your project.