From b092966ab7b9239e592bfb5b228c6bea7e1f9a65 Mon Sep 17 00:00:00 2001 From: Eugene Zrazhevsky Date: Sun, 22 Oct 2023 17:09:40 +0300 Subject: [PATCH] Updated message --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}