Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoCraftLab committed Oct 30, 2024
1 parent 9a085b6 commit dfb2f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fabricSupportedLoaders=$(grep 'fabricSupportedLoaders' gradle.properties | cut -d'=' -f2 | xargs)
echo "MOD_ID=$modId" >> $GITHUB_ENV
echo "MOD_VERSION=$minecraftReleaseVersion-$modVersion" >> $GITHUB_ENV
echo "MINECRAFT_VERSIONS=Minecraft: $minecraftFirstSnapshotVersion-$minecraftReleaseVersion" >> $GITHUB_ENV
echo "MINECRAFT_VERSIONS=Minecraft: $minecraftFirstSnapshotVersion+" >> $GITHUB_ENV
echo "LOADERS=Loaders: $fabricSupportedLoaders" >> $GITHUB_ENV
echo "MINECRAFT_FIRST_SNAPSHOT_VERSION=$minecraftFirstSnapshotVersion" >> $GITHUB_ENV
echo "MINECRAFT_RELEASE_VERSION=$minecraftReleaseVersion" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if (modrinthToken != null) {

dependencies {
required.project("fabric-api")
required.project("cloth-config")
optional.project("cloth-config")
optional.project("modmenu")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ fabricApiVersion=0.105.2+1.21.2
clothConfigVersion=16.0.141
fabricModMenuVersion=12.0.0-beta.1
fabricModrinthGameVersions=24w40a,1.21.2-pre1,1.21.2-pre2,1.21.2-pre3,1.21.2,1.21.3,24w44a
fabricCurseForgeGameVersions=1.21.2-Snapshot,1.21.2,1.21.3,1.21.4-Snapshot
fabricCurseForgeGameVersions=1.21.2-Snapshot,1.21.2,1.21.3

0 comments on commit dfb2f65

Please sign in to comment.