From 62c662af438fe223b4e64c45315dc9a5c5dc466c Mon Sep 17 00:00:00 2001 From: Moris Gateno Date: Thu, 13 Jun 2024 12:38:42 +0300 Subject: [PATCH] . --- .github/workflows/release-production-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-production-workflow.yml b/.github/workflows/release-production-workflow.yml index 0eeed02..8faa53e 100644 --- a/.github/workflows/release-production-workflow.yml +++ b/.github/workflows/release-production-workflow.yml @@ -11,7 +11,7 @@ on: jobs: Deploy-To-Production: if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/') - runs-on: macos-latest + runs-on: [ios, self-hosted] steps: - name: Checkout uses: actions/checkout@v3 @@ -49,9 +49,9 @@ jobs: - name: Install Cocoapods run: gem install cocoapods - name: Push to COCOAPODS - uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10 - env: - COCOAPODS_TRUNK_TOKEN: ${{ secrets.CI_COCOAPODS_TOKEN }} + run: | + pod trunk me + pod trunk push segment-appsflyer-ios.podspec - name: Notify with SLack uses: slackapi/slack-github-action@v1.23.0 with: