Skip to content

Commit

Permalink
fix: MC-Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlige committed Nov 28, 2024
1 parent 9719b92 commit 7e05b5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ jobs:

github-token: ${{ secrets.GAYHUB_TOKEN }}

version-type: beta
loaders: |
fabric
quilt
version-type: beta
5 changes: 5 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@
},
"suggests": {
"another-mod": "*"
},
"custom": {
"mc-publish": {
"loaders": ["fabric", "quilt"]
}
}
}

0 comments on commit 7e05b5a

Please sign in to comment.