Skip to content

Commit

Permalink
ci: update tag.yml (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 authored Aug 1, 2024
1 parent 8205666 commit 502d0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,4 +33,4 @@ jobs:
with:
version: "v${{ env.VERSION }}"
message: "Version ${{ env.VERSION }}"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 502d0c8

Please sign in to comment.