Skip to content

added delegate for passing parentViewController and enableAutoPopupPr… #132

added delegate for passing parentViewController and enableAutoPopupPr…

added delegate for passing parentViewController and enableAutoPopupPr… #132

Workflow file for this run

name: Publish to cocoapods
on:
pull_request:
types:
- closed
branches:
- master
workflow_dispatch:
jobs:
cocoapods_publish:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/'))
uses: rees46/workflow/.github/workflows/reusable-ios-publish.yaml@master
permissions: write-all
with:
appId: ${{ vars.PUBLISHER_ID }}
secrets:
cocoapodsToken: ${{ secrets.COCOAPODS_TOKEN }}
appSecret: ${{ secrets.PUBLISHER_SECRET }}