From 3e525197db4ed94dbbb7225b0a1e81a73641dc12 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 21 Nov 2024 16:34:22 +0000 Subject: [PATCH] Uncomment deploy step --- .github/workflows/publish-to-cocoapods.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-to-cocoapods.yml b/.github/workflows/publish-to-cocoapods.yml index 8fef183..89bb33b 100644 --- a/.github/workflows/publish-to-cocoapods.yml +++ b/.github/workflows/publish-to-cocoapods.yml @@ -18,10 +18,10 @@ jobs: - name: Install Cocoapods run: gem install cocoapods - # - name: Deploy to Cocoapods - # run: | - # set -eo pipefail - # pod lib lint --allow-warnings - # pod trunk push --allow-warnings - # env: - # COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} + - name: Deploy to Cocoapods + run: | + set -eo pipefail + pod lib lint --allow-warnings + pod trunk push --allow-warnings + env: + COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}