From 03d983e2c63b0ffbc8e89e851d24ea4d704dc9b1 Mon Sep 17 00:00:00 2001 From: Moris Gateno Date: Mon, 10 Jun 2024 18:01:18 +0300 Subject: [PATCH] . --- .github/workflows/prepare-for-QA-&-release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prepare-for-QA-&-release.yml b/.github/workflows/prepare-for-QA-&-release.yml index 485620d..07488c3 100644 --- a/.github/workflows/prepare-for-QA-&-release.yml +++ b/.github/workflows/prepare-for-QA-&-release.yml @@ -34,13 +34,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 }} + uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10 env: - COCOAPODS_TRUNK_TOKEN: ${{ secrets.CI_COCOAPODS_TOKEN }} - run: | - pod trunk push segment-appsflyer-ios-qa.podspec + COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}