Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorBeasKhipu authored Dec 27, 2024
1 parent f5d1b2f commit 543e7b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
if [ -z "$COCOAPODS_TRUNK_TOKEN" ]; then
echo "Error: COCOAPODS_TRUNK_TOKEN is empty"
else
echo "COCOAPODS_TRUNK_TOKEN is set, proceeding with deployment..."
fi
set -eo pipefail
pod trunk me
pod lib lint --allow-warnings
pod trunk push --allow-warnings

0 comments on commit 543e7b5

Please sign in to comment.