Skip to content

Commit

Permalink
Add Modrinth support
Browse files Browse the repository at this point in the history
  • Loading branch information
btmluiz committed Jul 6, 2023
1 parent f36db28 commit eddd33b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/1.20_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
!**/*-shadow.jar
!**/*-transformProduction.jar
!**/testmod*/
- name: Release to CurseForge
- name: Release to CurseForge and Modrinth
uses: gradle/gradle-build-action@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
MR_API_KEY: ${{ secrets.MR_API_KEY }}
with:
arguments: publish publishUnified --stacktrace --no-daemon

0 comments on commit eddd33b

Please sign in to comment.