From 849b8d6bf6e3f6f5360b9c10c80940c3ccba60b4 Mon Sep 17 00:00:00 2001 From: gx1 <18548727+giper45@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:11:49 +0200 Subject: [PATCH] check version.txt --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0761f8..9894486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - name: Read version from VERSION.txt id: get_version run: | + cat VERSION.txt VERSION=$(cat VERSION.txt) echo "VERSION=${VERSION}" >> GITHUB_ENV