Skip to content

Commit

Permalink
Fix: Correct bad vars definition
Browse files Browse the repository at this point in the history
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: Ie1a1ee5e12cdae56c5108824e3e755a536afd764
  • Loading branch information
tykeal committed Apr 15, 2023
1 parent 294e08d commit 671c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 671c941

Please sign in to comment.