diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ccfbe099..fa9b7969 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -134,7 +134,8 @@ jobs:
RELEASE_DATE=$(date +'%Y-%m-%d %H:%M:%S')
RELEASE_NAME="WeblocOpener ${GITHUB_REF#refs/heads/}-build.$BUILD_ID"
RELEASE_TAG=${GITHUB_REF#refs/heads/}-build.$WEBLOCOPENER_HASH
- gh release create $RELEASE_TAG WeblocOpener.deb WeblocOpenerSetup.exe --title "$RELEASE_NAME" --notes "Build: $RELEASE_TAG (github build: $BUILD_ID)
WeblocOpener: ${{ needs.build.outputs.WEBLOCOPENER_HASH }}
WeblocOpenerCore: https://github.com/benchdoos/WeblocOpenerCore/commit/${{ needs.build.outputs.WEBLOCOPENERCORE_HASH }}" --draft --prerelease
+ RELEASE_HUMAN_TAG="${GITHUB_REF#refs/heads/} ($WEBLOCOPENER_HASH | $BUILD_ID)"
+ gh release create $RELEASE_TAG WeblocOpener.deb WeblocOpenerSetup.exe --title "$RELEASE_NAME" --notes "
Build: $RELEASE_HUMAN_TAG
WeblocOpener: $WEBLOCOPENER_HASH (core: https://github.com/benchdoos/WeblocOpenerCore/commit/$WEBLOCOPENERCORE_HASH)" --draft --prerelease
env:
GITHUB_TOKEN: ${{ secrets.WEBLOCOPENER_RELEASES }}