Skip to content

Commit 55f04b4

Browse files
committed
add workflow step to upload to modrinth
1 parent e42324b commit 55f04b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

47+
- name: Upload to Modrinth
48+
uses: cloudnode-pro/[email protected]
49+
with:
50+
token: ${{ secrets.MODRINTH_TOKEN }}
51+
project: 5Ce4fxJB
52+
file: target/CloudnodeMSG-${{ github.event.release.tag_name }}.jar
53+
changelog: ${{ github.event.release.body }}
54+
loaders: paper
55+
4756
- name: Generate Javadoc
4857
run: mvn -B javadoc:javadoc --file pom.xml
4958

0 commit comments

Comments
 (0)