From: Andrew Grimberg Date: Mon, 8 Jan 2024 21:44:19 +0000 (-0800) Subject: CI: Remove release email X-Git-Tag: v0.15.2~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=54dea7c14eb2d30a4dbf822d14b683e39e18b987;p=releng%2Fcommon-packer.git CI: Remove release email The lf-releng@lists.linuxfoundation.org mailing list is going away. GitHub releases are already being generated (though the release notes generation doesn't seem to be working 100% correctly) but this needs to happen or we start getting failures soon. Issue: RELENG-4931 Change-Id: I0a2e61cf67b1fd6fef38718d83a1531bc65825ef Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e3a057..86fea79 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: common-packer ${{ steps.tag.outputs.tag }} released - to: lf-releng@lists.linuxfoundation.org - from: ${{ vars.MAIL_FROM }} - body: | - Hi Everyone, - - common-packer ${{ 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/common-packer/en/stable/release-notes.html#${{ env.ANCHOR }} - - Cheers, - LF Releng - name: Configure Python uses: actions/setup-python@v4 with: