Skip to content

Commit

Permalink
Disabled Modrinth and CurseForge publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperGamer20578 committed Sep 19, 2023
1 parent 4071a56 commit f0cf675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
id: mc-publish
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
# modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
game-version-filter: releases | min-major | max-major
github-discussion: Announcements
modrinth-featured: false
Expand All @@ -93,5 +93,5 @@ jobs:
__**Download:**__
[<:github:1148533096166215730> GitHub](${{ steps.mc-publish.outputs.github-url }})
[<:modrinth:1148533092097728592> Modrinth](https://modrinth.com/mod/${{ steps.mc-publish.outputs.modrinth-id }}/version/${{ steps.mc-publish.outputs.modrinth-version }})
[<:curseforge:1148533086959706122> CurseForge](${{ steps.mc-publish.outputs.curseforge-url }})
# [<:modrinth:1148533092097728592> Modrinth](https://modrinth.com/mod/${{ steps.mc-publish.outputs.modrinth-id }}/version/${{ steps.mc-publish.outputs.modrinth-version }})
# [<:curseforge:1148533086959706122> CurseForge](${{ steps.mc-publish.outputs.curseforge-url }})

0 comments on commit f0cf675

Please sign in to comment.