Skip to content

Commit

Permalink
finished publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Aug 28, 2024
1 parent 510a3af commit 0328b68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0328b68

Please sign in to comment.