From b00242e434e676eccbc9a5e14f00aa65c8dbd59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Taveira=20Ara=C3=BAjo?= Date: Thu, 23 May 2024 20:51:51 -0700 Subject: [PATCH] ci: fix release job --- .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 b5aec89d..415656cb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -147,7 +147,7 @@ jobs: - name: aws sam release run: make release-all env: - TAG: fromJSON('{"workflow_dispatch": "latest", "push": "beta"}')[github.event_name] + TAG: ${{ fromJSON('{"workflow_dispatch": "latest", "push": "beta"}')[github.event_name] }} VERSION: ${{ needs.github-release.outputs.VERSION }} AWS_REGION: ${{ matrix.region }}