From b6621672b2a631a09b8440f382ad3342db848c28 Mon Sep 17 00:00:00 2001 From: morisgateno-appsflyer <121490279+morisgateno-appsflyer@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:16:02 +0300 Subject: [PATCH] Update release-QA-workflow.yml --- .github/workflows/release-QA-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-QA-workflow.yml b/.github/workflows/release-QA-workflow.yml index edc77cf..fa64311 100644 --- a/.github/workflows/release-QA-workflow.yml +++ b/.github/workflows/release-QA-workflow.yml @@ -35,6 +35,8 @@ jobs: needs: [Run-Unit-Tests,Check-If-ReleaseNotes-Pushed,Prepere-To-QA] if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false' steps: + - name: Checkout + uses: actions/checkout@v3 - name: Install Cocoapods run: gem install cocoapods - name: Push to COCOAPODS