Skip to content

Commit

Permalink
Updated message
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 22, 2023
1 parent b7f7a1f commit b092966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br><br><br> WeblocOpener: ${{ needs.build.outputs.WEBLOCOPENER_HASH }} <br> 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 "<br>Build: $RELEASE_HUMAN_TAG <br><br><br> WeblocOpener: $WEBLOCOPENER_HASH (core: https://github.com/benchdoos/WeblocOpenerCore/commit/$WEBLOCOPENERCORE_HASH)" --draft --prerelease
env:
GITHUB_TOKEN: ${{ secrets.WEBLOCOPENER_RELEASES }}

Expand Down

0 comments on commit b092966

Please sign in to comment.