Skip to content

Commit

Permalink
Merge branch 'fix/cocoapods-publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse committed Oct 19, 2024
2 parents ebc9878 + c4a79fb commit e079f11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cocoapods-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
deploy:
Expand All @@ -15,6 +16,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 e079f11

Please sign in to comment.