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

.github/workflows/release.yaml

index 3f99c67..f88ec0e 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 }}