Skip to content

Commit

Permalink
Fixed Modrinth release?
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed May 11, 2024
1 parent 07ce822 commit 10a97ce
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,14 @@ jobs:
version: ${{steps.version.outputs.version}}
version-type: beta
modrinth-id: uVMG0MzO
modrinth-featured: true
modrinth-featured: false
modrinth-unfeature-mode: any
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: |
paper
spigot
game-versions: |
>=1.13 <=1.20.4
- if: github.event.release.prerelease == false
name: Publish to Modrinth (Release)
Expand All @@ -149,4 +154,9 @@ jobs:
modrinth-id: uVMG0MzO
modrinth-featured: true
modrinth-unfeature-mode: any
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: |
paper
spigot
game-versions: |
>=1.13 <=1.20.4

0 comments on commit 10a97ce

Please sign in to comment.