From 1b20ee94c45839d079959c453dca4f896889c08a Mon Sep 17 00:00:00 2001 From: Liz Graham Date: Sun, 21 May 2023 23:26:55 +0100 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 72f5049..bb4633e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -33,7 +33,7 @@ jobs: run: ./gradlew build --stacktrace - name: Upload artifacts to Modrinth, Curseforge and GitHub - uses: Kir-Antipov/mc-publish@v2.0 + uses: Kir-Antipov/mc-publish@v3.3 with: modrinth-id: jawg7zT1 modrinth-token: ${{ secrets.MODRINTH_TOKEN }} @@ -41,21 +41,4 @@ jobs: curseforge-id: 594750 curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} - github-token: ${{ secrets.GITHUB_TOKEN }} - - files: build/libs/!(*-@(dev|sources|all)).jar - - version-type: release - - loaders: fabric - - java: 17 - - dependencies: | - fabric | depends | 0.46.0 - P7dR8mSH | depends | 0.46.0 - kirin | includes | 1.10.0-beta.2 - modmenu | recommends | * - mOgUt4GM | recommends | * - - version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file