Skip to content

Commit

Permalink
Update Deployment Workflow For Cocoapods Trunk (#112)
Browse files Browse the repository at this point in the history
- Removed Cocoapods lint 
 - Removed unnecessary installing of cocopods again
  • Loading branch information
Peter-John-paystack committed May 20, 2024
1 parent 0a76755 commit a00d463
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.14.2

- name: Run pod lint for Paystack Core
run: pod lib lint PaystackCore.podspec --allow-warnings
version: 1.15.2

- name: Get version information
run: |
Expand All @@ -49,9 +46,6 @@ jobs:
release_name: ${{ env.version }}
body: ${{ env.body }}

- name: Install Cocoapods
run: gem install cocoapods

- name: Deploy to Cocoapods
run: |
set -eo pipefail
Expand Down

0 comments on commit a00d463

Please sign in to comment.