From 3faa0769387ad4b23179b49b2cc31b17f91d9279 Mon Sep 17 00:00:00 2001 From: fxmorin <28154542+fxmorin@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:29:07 -0400 Subject: [PATCH] Specify the version direction in the publish script until we automate it --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44892fd..024a013 100755 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,7 @@ jobs: files: neoforge/build/libs/!(*-@(dev|sources|api|javadoc)).jar github-files: neoforge/build/libs/*-@(dev|sources|api|javadoc).jar version-type: beta + game-versions: 1.21.1 game-version-filter: releases modrinth-featured: true modrinth-id: 51shyZVL @@ -57,6 +58,7 @@ jobs: files: fabric/build/libs/!(*-@(dev|sources|api|javadoc)).jar github-files: fabric/build/libs/*-@(dev|sources|api|javadoc).jar version-type: beta + game-versions: 1.21.1 game-version-filter: releases modrinth-featured: true modrinth-id: 51shyZVL