Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 10, 2024
1 parent eec1ea0 commit 03d983e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/prepare-for-QA-&-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,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 }}
uses: michaelhenry/[email protected]
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.CI_COCOAPODS_TOKEN }}
run: |
pod trunk push segment-appsflyer-ios-qa.podspec
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}



0 comments on commit 03d983e

Please sign in to comment.