Skip to content

Commit

Permalink
Disable 1.21.2 pre-releases support
Browse files Browse the repository at this point in the history
  • Loading branch information
emonadeo committed Nov 8, 2024
1 parent efbaf78 commit fac29e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
name: Artifacts
path: build/libs/

- uses: Kir-Antipov/[email protected]
- name: Publish
uses: Kir-Antipov/[email protected]
with:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"depends": {
"fabric-api": "*",
"fabricloader": ">=0.15.10",
"minecraft": ">=1.21.2-"
"minecraft": ">=1.21.2"
},
"suggests": {
"modmenu": ">=12",
Expand Down

0 comments on commit fac29e6

Please sign in to comment.