Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopagnuzzi committed Jan 15, 2025
1 parent 18c1d74 commit 2c68fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install CocoaPods
run: gem install cocoapods

- name: Validate Podspec
run: pod lib lint FootprintOnboardingComponents.podspec --allow-warnings
run: pod lib lint FootprintOnboardingComponents.podspec --allow-warnings --verbose

- name: Publish to CocoaPods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: pod trunk push FootprintOnboardingComponents.podspec --allow-warnings
run: pod trunk push FootprintOnboardingComponents.podspec --allow-warnings --verbose

0 comments on commit 2c68fec

Please sign in to comment.