From 18db0dc7e997378de93bc2b2ef5ec04faea041f0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 22 Oct 2023 02:32:01 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9febddf..9ecd101 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,5 +113,8 @@ jobs: to: ${{secrets.MAILTO}} from: Github Actions <${{secrets.MAILTO}}> connection_url: ${{secrets.MAIL_CONNECTION}} - subject: Build of ${{ github.event.repository.name }} v${{ env.latest_tag }} completed successfully! - body: Build of ${{ github.event.repository.name }} v${{ env.latest_tag }} completed successfully! + subject: Build of ${{ github.event.repository.name }} v${{ steps.prepare.outputs.version }} completed + body: | + The build job of ${{ github.event.repository.name }} v${{ steps.prepare.outputs.version }} was completed successfully! + + See https://github.com/${{ github.repository }}/actions for more information.