Skip to content

Commit

Permalink
prepare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Jan 25, 2024
1 parent 2d547a8 commit 55e0b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-sdk-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
git push origin --delete ${{ steps.branching.outputs.branch_name }} || true
git checkout -b ${{ steps.branching.outputs.branch_name }}
- uses: ./.github/actions/prepare-dependencies

- name: Bump iOS player SDK version
if: ${{ inputs.sdk_name == 'ios' }}
run: |
Expand Down

0 comments on commit 55e0b48

Please sign in to comment.