From daf517d4a31275b45ceb0a70471316264036833a Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 22 Oct 2023 01:57:56 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88c380d..9febddf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,3 +105,13 @@ jobs: with: tag: "v${{ steps.prepare.outputs.version }}" title: "v${{ steps.prepare.outputs.version }}" + - + name: Send mail + if: env.exists == 'false' + uses: dawidd6/action-send-mail@v3 + with: + 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!