This commit is contained in:
sebseb7
2023-12-16 00:07:55 +01:00
parent d5a9d92488
commit 60f763b694
2 changed files with 2 additions and 12 deletions

View File

@@ -26,16 +26,6 @@ jobs:
with:
name: md5sum.txt
path: md5sum.txt
- name: Modrinth Body
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
run: ./gradlew modrinthSyncBody
- 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/')