modrinth upload

This commit is contained in:
sebseb7
2023-10-08 06:25:21 +02:00
parent 64d1571ac2
commit 409802c696
3 changed files with 17 additions and 1 deletions

View File

@@ -26,6 +26,11 @@ jobs:
with:
name: md5sum.txt
path: md5sum.txt
- name: Modrinth
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
run: ./gradlew modrinth
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')