Explorar o código

build: add title to github's release

Baptiste Augrain %!s(int64=2) %!d(string=hai) anos
pai
achega
61ab6ebb68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      release.sh

+ 1 - 1
release.sh

@@ -23,7 +23,7 @@ if [[ $( gh release view --repo "${ASSETS_REPOSITORY}" "${RELEASE_VERSION}" 2>&1
     CREATE_OPTIONS="--generate-notes"
   fi
 
-  gh release create "${RELEASE_VERSION}" --repo "${ASSETS_REPOSITORY}" --notes "${NOTES}" ${CREATE_OPTIONS}
+  gh release create "${RELEASE_VERSION}" --repo "${ASSETS_REPOSITORY}" --title "${RELEASE_VERSION}" --notes "${NOTES}" ${CREATE_OPTIONS}
 fi
 
 cd assets