Skip to content

Commit 7b4fa05

Browse files
committed
feat: find and replace sdk version in helper script
1 parent e446639 commit 7b4fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
FILE=./src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs
3939
VERSION=${{ github.event.inputs.version }}
40-
sed -i "s/__ENGINE_SDK_VERSION__/$VERSION/g" $FILE
40+
sed -i -E "s/[0-9]+\.[0-9]+\.[0-9]+/$VERSION/g" $FILE
4141
4242
- uses: gr2m/create-or-update-pull-request-action@v1
4343
env:

0 commit comments

Comments
 (0)