We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c663f3 commit 56bc6f2Copy full SHA for 56bc6f2
.github/workflows/publish.yml
@@ -8,6 +8,8 @@ jobs:
8
publish-to-modrinth:
9
runs-on: ubuntu-latest
10
environment: github-actions
11
+ strategy:
12
+ max-parallel: 1
13
steps:
14
- name: Download the pack files
15
uses: robinraju/[email protected]
@@ -51,5 +53,7 @@ jobs:
51
53
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
52
54
curseforge-files: '*.zip'
55
supported_mod_loaders: minecraft
56
+ loaders: minecraft
57
+ mod_loader: minecraft
58
game-versions: "[1.16.2,1.20.4]"
59
game-version-filter: releases
0 commit comments