From 0328b68b5e0b7795198fa821e52f02a31abf4bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Fabi=C3=A1nek?= Date: Wed, 28 Aug 2024 15:34:11 +0200 Subject: [PATCH] finished publish workflow --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e21b4a..6dd1300 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -107,12 +107,12 @@ jobs: github-tag: mc${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }}-${{ steps.gradle-properties.outputs.MOD_VERSION }} github-commitish: ${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }} - #curseforge-id: ${{ vars.CURSEFORGE_PROJECT_ID }} - #curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} + curseforge-id: ${{ vars.CURSEFORGE_PROJECT_ID }} + curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} - #modrinth-id: ${{ vars.MODRINTH_PROJECT_ID }} - #modrinth-featured: true - #modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN}} + modrinth-id: ${{ vars.MODRINTH_PROJECT_ID }} + modrinth-featured: true + modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN}} name: ${{ steps.gradle-properties.outputs.MOD_NAME }} ${{ steps.gradle-properties.outputs.MOD_VERSION }} version: ${{ matrix.mod_loader }}-mc${{ steps.gradle-properties.outputs.MINECRAFT_VERSION }}-${{ steps.gradle-properties.outputs.MOD_VERSION }}