Fix action/workflow: link to Changelog for Forge
This commit is contained in:
parent
7347437567
commit
d5308986e9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d "{
|
-d "{
|
||||||
\"name\": \"TurnBasedMinecraftMod version ${GITHUB_REF_NAME}\",
|
\"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')
|
$(java --version | sed -n '1p;2,$s/^/ /p')
|
||||||
$(javac --version)
|
$(javac --version)
|
||||||
|
|
Loading…
Reference in a new issue