From 3bdc19ed420b7a2d44e479f381f7787fc8e4d841 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sat, 15 Apr 2023 06:39:32 -0700 Subject: [PATCH] Fix: Correct bad vars definition Issue: RELENG-4563 Signed-off-by: Andrew Grimberg Change-Id: If874a794f390efc7ff0967f9e7e3a619bb5c0a03 --- .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 3f99c67..f88ec0e 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