From 502d0c8cfd49857b689950eca9baaa22a00fad9d Mon Sep 17 00:00:00 2001 From: Natalie Date: Thu, 1 Aug 2024 15:46:55 +1200 Subject: [PATCH] ci: update tag.yml (#118) --- .github/workflows/tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 427f8be..78687ab 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -17,7 +17,7 @@ jobs: - name: Extract version from ImmutableDataTypes.h id: extract_version run: | - version=$(grep -oP '#define ENGINE_SDK_VERSION TEXT\("\K[0-9]+\.[0-9]+\.[0-9]+' ImmutableDataTypes.h) + version=$(grep -oP '#define ENGINE_SDK_VERSION TEXT\("\K[0-9]+\.[0-9]+\.[0-9]+' Source/Immutable/Public/Immutable/ImmutableDataTypes.h) if [[ -z "$version" ]]; then echo "Error: Version not found in ImmutableDataTypes.h" >&2 @@ -33,4 +33,4 @@ jobs: with: version: "v${{ env.VERSION }}" message: "Version ${{ env.VERSION }}" - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}