mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-24 01:11:06 -05:00
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.
This commit is contained in:
parent
6e1bcb10b6
commit
d6b6d194df
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ inputs:
|
||||||
game-version-filter:
|
game-version-filter:
|
||||||
type: games.GameVersionFilter
|
type: games.GameVersionFilter
|
||||||
description: Controls the method used to filter game versions.
|
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:
|
java:
|
||||||
type: utils.java.JavaVersion[]
|
type: utils.java.JavaVersion[]
|
||||||
description: An array of Java versions compatible with your project.
|
description: An array of Java versions compatible with your project.
|
||||||
|
|
Loading…
Reference in a new issue