From 671c9414fa9ffaa9c35fdb7f41b79d462978d745 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sat, 15 Apr 2023 06:40:34 -0700 Subject: [PATCH] Fix: Correct bad vars definition Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: Ie1a1ee5e12cdae56c5108824e3e755a536afd764 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2284b5c8..3b78f1af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} -- 2.16.6