Skip to content

Commit 268d74c

Browse files
committed
chore: set up goreleaser: release workflow: update emailing steps
Signed-off-by: Nikita B <[email protected]>
1 parent 192f2bc commit 268d74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-release-stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
email-on-failure:
4242
needs: [release, email-meshsync-snaphost-release-notes-workflow]
4343
if: ${{ failure() }}
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-24.04
4545
steps:
4646
- name: Find failed jobs.
4747
run: |
@@ -55,14 +55,14 @@ jobs:
5555
echo "${{ env.EMAIL_BODY }}"
5656
- name: Send Email Notification
5757
if: env.EMAIL_BODY != ''
58-
uses: dawidd6/action-send-mail@v3
58+
uses: dawidd6/action-send-mail@v4
5959
with:
6060
server_address: smtp.gmail.com
6161
server_port: 465
6262
username: ${{ secrets.MAIL_USERNAME }}
6363
password: ${{ secrets.MAIL_PASSWORD }}
6464
subject: Job(s) failure in the build-and-release-stable workflow
65-
to: support@layer5.io
65+
to: maintainers@meshery.io
6666
from: Build and Release Stable workflow
6767
body: |
6868
The workflow failed. Here are the details:

0 commit comments

Comments
 (0)