Skip to content

Commit

Permalink
restrict neo builds to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 14, 2024
1 parent 3ceff9a commit 5f5fe17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
files: |
NeoForge/build/libs/!(*-@(dev|sources|javadoc|slim)).jar
NeoForge/build/libs/*-@(sources|javadoc).jar
# TODO remove once builds are fixed
version-type: alpha
- name: Publish (Quilt)
uses: Kir-Antipov/mc-publish@423b200ec84e6eefad726549c72513d7a9b4c2c0 # (new) v3.3
with:
Expand Down
5 changes: 4 additions & 1 deletion NeoForge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ config = "${mod_id}.neoforge.mixins.json"
[mc-publish]
curseforge = "${curseforge_id}"
modrinth = "${modrinth_id}"
loaders = ["neoforge"]
loaders = [
"neoforge",
"forge"
]
dependencies = [
"cameraoverhaul(optional){curseforge:443034}#(ignore:modrinth)"
]

0 comments on commit 5f5fe17

Please sign in to comment.