Skip to content

Commit

Permalink
ci: fix release workflow to include game bridge ts sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Jul 26, 2024
1 parent 2398e63 commit ac05120
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ jobs:
- name: Extract TS SDK version from index.html
id: extract_ts_sdk_version
run: |
# Extract version using grep and awk
version=$(grep -oP '"x-sdk-version":"ts-immutable-sdk-\K[0-9]+\.[0-9]+\.[0-9]+' ./src/Packages/Passport/Runtime/Resources/index.html)
echo "VERSION=$version" >> $GITHUB_ENV
VERSION=$(grep -oP '"x-sdk-version":"ts-immutable-sdk-\K[0-9]+\.[0-9]+\.[0-9]+' ./src/Packages/Passport/Runtime/Resources/index.html)
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
- name: Create Release
id: create_release
Expand Down

0 comments on commit ac05120

Please sign in to comment.