Skip to content

Commit

Permalink
update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jul 9, 2024
1 parent ed6ca24 commit c01d71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-game-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

env:
# TS_SDK_TAG: ${{ github.event.inputs.ts_sdk_tag }}
TS_SDK_TAG: "1.44.1"
TS_SDK_TAG: "1.44.0"
# GAME_ENGINE: ${{ github.event.inputs.game_engine }}
GAME_ENGINE: "Unity"
# DRY_RUN: ${{ github.event.inputs.dry_run }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
cd unity-immutable-sdk
git add src/Packages/Passport/Runtime/Resources/index.html
git commit -m "chore: update game bridge to ${{ env.TS_SDK_TAG }}"
git push -u origin "update-game-bridge-${{ env.TS_SDK_TAG }}"
git push -u origin "chore/update-game-bridge-${{ env.TS_SDK_TAG }}"
cd ..
- name: Create PR
Expand Down

0 comments on commit c01d71f

Please sign in to comment.