Skip to content

Commit a669400

Browse files
authored
Update notify.yml
1 parent 1d6bd81 commit a669400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Notify about a new release
12-
uses: ba-st-actions/email-release-notification@v3.0.0
12+
uses: ba-st-actions/email-release-notification@v3.1.1
1313
env:
1414
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
1515
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
16+
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
1617
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}

0 commit comments

Comments
 (0)