Fix action/workflow: link to Changelog for Forge

This commit is contained in:
Stephen Seo 2024-10-15 16:03:12 +09:00
parent 7347437567
commit d5308986e9

View file

@ -35,7 +35,7 @@ jobs:
-H 'Content-Type: application/json' \
-d "{
\"name\": \"TurnBasedMinecraftMod version ${GITHUB_REF_NAME}\",
\"body\": \"See the [Changelog](https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod/src/branch/master/Changelog.md)
\"body\": \"See the [Changelog](https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod/src/branch/forge/Changelog.md)
$(java --version | sed -n '1p;2,$s/^/ /p')
$(javac --version)