1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 00:20:49 +00:00

Fix title of snapshot releases

This commit is contained in:
matthew16550 2021-11-13 20:23:35 +11:00
parent 4b84114cd2
commit 5650921821

View File

@ -18,7 +18,7 @@ cat <<-EOF >notes.txt
⚠️ **It is not ready for general use** ⚠️
EOF
gh release create --prerelease --target "${GITHUB_SHA}" --notes-file notes.txt "${TAG}" \
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \
plantuml-SNAPSHOT.jar \
plantuml-SNAPSHOT-javadoc.jar \
plantuml-SNAPSHOT-sources.jar