Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jan 5, 2025
1 parent 11c49a7 commit 541903c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: chmod +x ./gradlew
- name: Build
# run: ./gradlew build neoforge:publishGithub fabric:publishGithub --stacktrace
# run: ./gradlew build neoforge:publishGithub neoforge:publishModrinth fabric:publishGithub fabric:publishModrinth --stacktrace
run: ./gradlew build neoforge:publishGithub neoforge:publishModrinth neoforge:publishCurseforge fabric:publishGithub fabric:publishModrinth fabric:publishCurseforge --stacktrace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ subprojects {
project.property("release_game_versions_${project.name}").split(",").each {
versions = "${versions}\n- ${it}"
}
changelog = versions + "\n## Changelog\n\n" + versionChangelog()
changelog = versions + "\n\n## Changelog\n\n" + versionChangelog()
}
modrinth {
String token = providers.environmentVariable("MODRINTH_TOKEN").getOrNull()
Expand Down

0 comments on commit 541903c

Please sign in to comment.