Skip to content

Commit

Permalink
Update release-QA-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer authored Jun 10, 2024
1 parent fe104df commit b662167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-QA-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b662167

Please sign in to comment.