Skip to content

Commit

Permalink
Added modrinth publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Feb 1, 2024
1 parent 90bbca8 commit 17a5139
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
curseforge-id: 291936
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
modrinth-id: rEuzehyH
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
files: |
forge/build/libs/*-forge.jar
forge/build/libs/!(*-forge).jar
Expand All @@ -36,14 +38,16 @@ jobs:
game-versions: 1.20.1
java: 17
name: ""
changelog: "https://github.com/Buuz135/FindMe/commits/1.19"
changelog: "https://github.com/Buuz135/FindMe/commits/1.20"
dependencies: |
architectury-api | depends | *
- name: Publish Minecraft Mods Fabric
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 291936
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
modrinth-id: rEuzehyH
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
files: |
fabric/build/libs/*-fabric.jar
fabric/build/libs/!(*-fabric).jar
Expand All @@ -54,4 +58,4 @@ jobs:
name: ""
dependencies: |
architectury-api | depends | *
changelog: "https://github.com/Buuz135/FindMe/commits/1.19"
changelog: "https://github.com/Buuz135/FindMe/commits/1.20"

0 comments on commit 17a5139

Please sign in to comment.