From 7c9315a99f3bef4f6baad8cb46178c1458656c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Fri, 6 Dec 2024 09:23:11 +0100 Subject: [PATCH] Test copy folder recursive --- .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 2ea480696..8511263a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,7 @@ jobs: # Extract version number VERSION=$(jq '.version' -r app/package.json) - TAG_VERSION=1.7.4 ${{ github.ref_name }} + TAG_VERSION=1.7.4# ${{ github.ref_name }} if [ "$VERSION" != "$TAG_VERSION" ]; then echo "Tag version is not correct. Tag version: $TAG_VERSION version from package.json: $VERSION" exit 1