X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Frelease.yaml;fp=.github%2Fworkflows%2Frelease.yaml;h=683ac84b54a7827661ca97a12394ca465190b5c8;hb=92f9c64835c95c4cc7ccdf0d6b1652db1899c96b;hp=3d5e5d8c7010d4c191242be96e0e0003c4e4c458;hpb=b2507b915c7a4c93384b5cff2d85acb2958bcd41;p=releng%2Fglobal-jjb.git diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3d5e5d8c..683ac84b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: