Skip to content

Commit

Permalink
fix pod publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse committed Oct 19, 2024
1 parent 3e985c9 commit a29b9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cocoapods-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
gem install cocoapods
pod setup
perl -i -pe 'if (/^(\s*)def validated\?/) { $_ .= "${1} return true\n" }' "$(gem which cocoapods/validator)"
- name: Deploy to cocoapods
uses: michaelhenry/[email protected]
Expand Down

0 comments on commit a29b9a0

Please sign in to comment.