From d7cb6a6b75070c304c4793eef3126e4519f6faa2 Mon Sep 17 00:00:00 2001
From: gx1 <18548727+giper45@users.noreply.github.com>
Date: Wed, 31 Jul 2024 18:16:40 +0200
Subject: [PATCH] check githubenv

---
 .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 ce4bb8b..c257414 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
               run: | 
                 cat VERSION.txt
                 VERSION=$(cat VERSION.txt)
-                echo "VERSION=${VERSION}" >> GITHUB_ENV
+                echo "VERSION=${VERSION}" >> "$GITHUB_ENV"
 
             - name: Set Node.js environment
               uses: actions/setup-node@v3