From fe0e134eb938aabe68e93a4f53ebde4fa97829d3 Mon Sep 17 00:00:00 2001 From: TheBossMagnus Date: Tue, 26 Dec 2023 21:57:50 +0100 Subject: [PATCH] Set version as beta --- .github/workflows/publish to modrinth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish to modrinth.yml b/.github/workflows/publish to modrinth.yml index bbea7a9..76e5f7b 100644 --- a/.github/workflows/publish to modrinth.yml +++ b/.github/workflows/publish to modrinth.yml @@ -30,6 +30,7 @@ jobs: # modrinth-token: '${{ secrets.MODRINTH }}' # files: Storm-${{steps.get_version.outputs.pack}}+quilt-${{steps.get_version.outputs.minecraft }}.mrpack # name: Storm ${{steps.get_version.outputs.pack}} for quilt ${{ steps.get_version.outputs.minecraft }} +# version-type: beta # changelog-file: Changelog-${{steps.get_version.outputs.pack}}+quilt-${{steps.get_version.outputs.minecraft }}.md # loaders: 'quilt' # game-versions: '${{ steps.get_version.outputs.minecraft }}' @@ -42,6 +43,7 @@ jobs: modrinth-token: '${{ secrets.MODRINTH }}' files: Storm-${{steps.get_version.outputs.pack}}+fabric-${{steps.get_version.outputs.minecraft }}.mrpack name: Storm ${{steps.get_version.outputs.pack}} for fabric ${{ steps.get_version.outputs.minecraft }} + version-type: beta changelog-file: Changelog-${{steps.get_version.outputs.pack}}+fabric-${{steps.get_version.outputs.minecraft }}.md loaders: 'fabric' game-versions: '${{ steps.get_version.outputs.minecraft }}'