Skip to content

Commit

Permalink
Added auto Modrinth Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 4, 2024
1 parent ce7b825 commit fe8c1d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,20 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Modrinth Publish
uses: Kir-Antipov/[email protected]
with:
modrinth-id: 'BW18aGA0'
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true
files: |
target/PollMaster-${{ github.event.release.tag_name }}.jar
loaders: |
spigot
paper
bukkit
game-versions: |
>=1.9 <=1.21.1
game-version-filter: 'releases'
java: 21

0 comments on commit fe8c1d7

Please sign in to comment.