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 9d954a9 commit eec1ea0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prepare-for-QA-&-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ jobs:
- name: Install Cocoapods
run: gem install cocoapods
- name: Push to COCOAPODS
uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10
# uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10
# env:
# COCOAPODS_TRUNK_TOKEN: ${{ secrets.CI_COCOAPODS_TOKEN }}
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.CI_COCOAPODS_TOKEN }}
run: |
pod trunk push segment-appsflyer-ios-qa.podspec

0 comments on commit eec1ea0

Please sign in to comment.