From c650587e4c723f66fee6481335610f4a13d8ec0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Wed, 16 Nov 2022 11:35:06 +0100 Subject: [PATCH] Fixed typo --- .github/workflows/nightly_build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_build_release.yml b/.github/workflows/nightly_build_release.yml index 1237129b29..676db0535d 100644 --- a/.github/workflows/nightly_build_release.yml +++ b/.github/workflows/nightly_build_release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest needs: matrix_prep outputs: - output1: {{ steps.step2.outputs.lastest_release }} + output1: ${{ steps.step2.outputs.lastest_release }} steps: - name: Check out repository code uses: actions/checkout@v2