Skip to content

Commit

Permalink
Merge pull request #159 from Apadmi-Engineering/fix/cocoapods-release
Browse files Browse the repository at this point in the history
Fix Cocoapods releases
  • Loading branch information
SamC-Apadmi authored Jul 2, 2024
2 parents 117ee64 + 46aded9 commit c6caa53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/action_deploy_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Deploy package to Github for SPM & Cocoapods
run: bundle exec fastlane ios publish_swift_package is_snapshot:$is_snapshot
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
IOS_DEPLOY_URL: ${{ secrets.IOS_DEPLOY_URL }}
- uses: googleapis/release-please-action@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion fastlane/fastfiles/lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
})

# Push podspec to trunk
sh("pod trunk push")
sh(%{
cd apadmi-mockzilla-ios
pod trunk push
})
end
end
end
Expand Down

0 comments on commit c6caa53

Please sign in to comment.