From 905619141bec7af604253956f70d9d7c6712a10b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 23 Sep 2024 18:23:19 +0200 Subject: [PATCH] fix(github-action): extra double quote --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daf11d73..80d8a957 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: echo "::notice::The result for creating tag is $CREATE_TAG." echo "version=${{ env.VERSION }}" >> "$GITHUB_OUTPUT" - echo "enabled=${CREATE_TAG}"" >> "$GITHUB_OUTPUT" + echo "enabled=${CREATE_TAG}" >> "$GITHUB_OUTPUT" echo "tag=lambda-v${{ env.VERSION }}" >> "$GITHUB_OUTPUT" - name: Create tag