Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 22, 2023
1 parent b0ad29b commit 968c9e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,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.

0 comments on commit 968c9e5

Please sign in to comment.