Minor tweak/fix to release summary on tag action
All checks were successful
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Successful in 28s
All checks were successful
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Successful in 28s
This commit is contained in:
parent
6e8d3a8d5a
commit
f687dfdaf3
1 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@ jobs:
|
||||||
-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/master/Changelog.md)
|
||||||
$(javac --version)
|
|
||||||
$(find TurnBasedMinecraftMod/build/libs -regex '.*[0-9].jar$' -exec sha256sum '{}' ';')\",
|
$(javac --version)
|
||||||
|
$(find TurnBasedMinecraftMod/build/libs -regex '.*[0-9].jar$' -exec sha256sum '{}' ';')\",
|
||||||
\"tag_name\": \"${GITHUB_REF_NAME}\"
|
\"tag_name\": \"${GITHUB_REF_NAME}\"
|
||||||
}" > response.json \
|
}" > response.json \
|
||||||
&& curl --fail-with-body -X 'POST' \
|
&& curl --fail-with-body -X 'POST' \
|
||||||
|
|
Loading…
Reference in a new issue