Skip to content

Commit 08d8f75

Browse files
authored
Update cocoapods.yml
1 parent 0e13c36 commit 08d8f75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cocoapods.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
name: Cocoapods release
33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
"PublishedObject.podspec"
@@ -11,6 +12,8 @@ jobs:
1112

1213
steps:
1314
- uses: actions/checkout@v1
15+
- name: Install Cocoapods
16+
run: gem install cocoapods
1417
- name: Publish to CocoaPod register
1518
env:
1619
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)