Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 13, 2024
1 parent ed2f89e commit 62c662a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install Cocoapods
run: gem install cocoapods
- name: Push to COCOAPODS
uses: michaelhenry/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit 62c662a

Please sign in to comment.