Fix: Correct bad vars definition 65/71565/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 15 Apr 2023 13:40:34 +0000 (06:40 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 15 Apr 2023 13:40:34 +0000 (06:40 -0700)
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ie1a1ee5e12cdae56c5108824e3e755a536afd764

.github/workflows/release.yaml

index 2284b5c..3b78f1a 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: dawidd6/action-send-mail@v3
         with:
           server_address: ${{ vars.MAIL_SERVER }}
-          server_port: ${{ variables.MAIL_SERVER_PORT }}
+          server_port: ${{ vars.MAIL_SERVER_PORT }}
           secure: true
           username: ${{ secrets.MAIL_USER }}
           password: ${{ secrets.MAIL_PASSWORD }}