CI: Remove mailing list notification 85/72785/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 3 Apr 2024 15:48:50 +0000 (08:48 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 3 Apr 2024 15:48:50 +0000 (08:48 -0700)
Issue: RELENG-5258
Change-Id: Ib98718f1b1bb9c13916024ba9ee8107e8d74c30b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/release.yaml

index 3d5e5d8..683ac84 100644 (file)
@@ -18,27 +18,6 @@ jobs:
         run: >-
           VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)
           echo "ANCHOR=${VER}" >> $GITHUB_ENV
-      - name: Notify mailing list
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: ${{ vars.MAIL_SERVER }}
-          server_port: ${{ vars.MAIL_SERVER_PORT }}
-          secure: true
-          username: ${{ secrets.MAIL_USER }}
-          password: ${{ secrets.MAIL_PASSWORD }}
-          subject: global-jjb ${{ steps.tag.outputs.tag }} released
-          to: lf-releng@lists.linuxfoundation.org
-          from: ${{ vars.MAIL_FROM }}
-          body: |
-            Hi Everyone,
-
-            global-jjb ${{ steps.tag.outputs.tag }} is released. Thanks to everyone who contributed
-            to this release. Release notes are avaiable online at:
-
-            https://docs.releng.linuxfoundation.org/projects/global-jjb/en/stable/release-notes.html#${{ env.ANCHOR }}
-
-            Cheers,
-            LF Releng
       - name: Configure Python
         uses: actions/setup-python@v5
         with: