From e6d14946fcb4544f6a946a05f586f94c82f1997b Mon Sep 17 00:00:00 2001 From: Agustin Bettati Date: Wed, 10 Apr 2024 18:28:29 +0200 Subject: [PATCH] linter fix --- .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 fdc80df0b1..ed26f946e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: git fetch --prune --unshallow - name: Get the latest commit SHA id: get-sha - run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT + run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Create release tag uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72 with: