We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f347fa6 commit 1cf91b7Copy full SHA for 1cf91b7
create-gh-release.sh
@@ -7,4 +7,4 @@ export NOTES=$(git log | grep 'Updating rules/prefixes.json' | head -n 1 | sed "
7
echo "::notice::Creating a GitHub release for tag ${VERSION} (with notes '${NOTES}') ..."
8
9
set -x
10
-gh release create $VERSION --title 'Updating prefixes data' --notes "${NOTES}" && echo "::notice::Done" || echo "::error::Failed"
+gh release create $VERSION --title "${VERSION}: updating prefixes data" --notes "${NOTES}" && echo "::notice::Done" || echo "::error::Failed"
0 commit comments