Skip to content

Commit a00d463

Browse files
Update Deployment Workflow For Cocoapods Trunk (#112)
- Removed Cocoapods lint - Removed unnecessary installing of cocopods again
1 parent 0a76755 commit a00d463

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
- name: setup-cocoapods
2828
uses: maxim-lobanov/setup-cocoapods@v1
2929
with:
30-
version: 1.14.2
31-
32-
- name: Run pod lint for Paystack Core
33-
run: pod lib lint PaystackCore.podspec --allow-warnings
30+
version: 1.15.2
3431

3532
- name: Get version information
3633
run: |
@@ -49,9 +46,6 @@ jobs:
4946
release_name: ${{ env.version }}
5047
body: ${{ env.body }}
5148

52-
- name: Install Cocoapods
53-
run: gem install cocoapods
54-
5549
- name: Deploy to Cocoapods
5650
run: |
5751
set -eo pipefail

0 commit comments

Comments
 (0)