Skip to content

Commit ed95a89

Browse files
Update publish-cocoapods.yml
1 parent 3b8d793 commit ed95a89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-cocoapods.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout Code
1515
uses: actions/checkout@v2
1616

17-
- name: Publish
17+
- name: Setup CocoaPods
18+
uses: maxim-lobanov/setup-cocoapods@v1
19+
with:
20+
version: latest
21+
22+
- name: Publish CocoaPod
1823
run: |
1924
pod trunk push Half.podspec

0 commit comments

Comments
 (0)