From 56509218210f632b58ddb66cdb4b0ccfc5a729a0 Mon Sep 17 00:00:00 2001 From: matthew16550 Date: Sat, 13 Nov 2021 20:23:35 +1100 Subject: [PATCH] Fix title of snapshot releases --- .github/scripts/release_snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release_snapshot.sh b/.github/scripts/release_snapshot.sh index fabe1c6e4..adefaf5e8 100755 --- a/.github/scripts/release_snapshot.sh +++ b/.github/scripts/release_snapshot.sh @@ -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