diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22acfb8e..4ea6d7d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,3 +65,16 @@ jobs: asset_path: ./${{ steps.build-unsigned.outputs.plugin_checksum_path }} asset_name: ${{ steps.build-unsigned.outputs.plugin_checksum_path }} asset_content_type: text/plain + + - uses: adelynx/github-actions-nodemailer@v1.0.3 + with: + host: ${{ secrets.NOTIFICATION_SMTP_SERVER }} + port: 465 + username: '${{ secrets.NOTIFICATION_SMTP_USER }}' + password: '${{ secrets.NOTIFICATION_SMTP_PASSWORD }}' + from: 'Grafana notifications <${{ secrets.NOTIFICATION_SMTP_USER }}>' + to: '${{ secrets.NOTIFICATION_DESTINATION }}' + subject: '✅ New release of Grafana data source plugin' + + body: | +

A new release of the Grafana data source plugin has been published!