Skip to content

Commit

Permalink
Update deploy to cocoapods script
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Apr 1, 2024
1 parent a766ba2 commit 0a1dee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
needs: unit_tests

steps:
- uses: szenius/[email protected]
with:
timezoneMacos: "Asia/Baghdad"
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10"
- uses: actions/checkout@v4
- name: Install Cocoapods
run: gem install cocoapods
Expand Down

0 comments on commit 0a1dee0

Please sign in to comment.