Skip to content

Automated release

Automated release #7

Workflow file for this run

name: iOS create release and publish
on:
pull_request:
types:
- closed
branches:
- master
workflow_dispatch:
jobs:
run:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
uses: rees46/workflow/.github/workflows/reusable-ios-publish.yaml@master
permissions: write-all
with:
podSpecFilePath: 'REES46.podspec'
appId: ${{ vars.PUBLIVERSIONER_ID }}
secrets:
cocoapodsToken: ${{ secrets.COCOAPODS_TOKEN }}
appSecret: ${{ secrets.PUBLIVERSIONER_SECRET }}