Skip to content

Commit 76f834a

Browse files
committed
Enable publishing to Modrinth
1 parent 942eb24 commit 76f834a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Publish 1.18 version
4141
uses: Kir-Antipov/[email protected]
4242
with:
43-
# modrinth-id: /
44-
# modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
43+
modrinth-id: JW3bGnLO
44+
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
4545

4646
curseforge-id: 409222
4747
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
@@ -65,8 +65,8 @@ jobs:
6565
- name: Publish 1.19 version
6666
uses: Kir-Antipov/[email protected]
6767
with:
68-
# modrinth-id: /
69-
# modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
68+
modrinth-id: JW3bGnLO
69+
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
7070

7171
curseforge-id: 409222
7272
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

0 commit comments

Comments
 (0)