From 7a66705c73a14772601b5998af1cd9f23e1ee887 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 10 Jul 2024 17:14:10 +0200 Subject: Attempt to make mc-publish recognize dependencies [no changelog] --- .github/workflows/publish-github-to-modrinth.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/publish-github-to-modrinth.yml b/.github/workflows/publish-github-to-modrinth.yml index 24aee13..144c4bf 100644 --- a/.github/workflows/publish-github-to-modrinth.yml +++ b/.github/workflows/publish-github-to-modrinth.yml @@ -27,5 +27,4 @@ jobs: modrinth-token: ${{ secrets.MODRINTH_TOKEN }} files: "*.jar" loaders: fabric - game-versions: 1.20.6 version: ${{ github.event.release.tag_name }} -- cgit