Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Aug 2, 2024
2 parents 6a90a9d + 71ae635 commit c3598fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/modrinth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish to Modrinth
'on':
release:
types: [ published ]
jobs:
publish:
name: Build and Upload JARs
runs-on: ubuntu-latest
steps:
- name: Upload to Modrinth
uses: cloudnode-pro/[email protected]
with:
token: ${{ secrets.MODRINTH_TOKEN }}
project: 4KA72Zn8
file: target/DiSky-v${{ github.event.release.tag_name }}.jar
changelog: ${{ github.event.release.body }}
loaders: paper, spigot
api-domain: api.modrinth.com

0 comments on commit c3598fa

Please sign in to comment.