Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from tiki/release/first_version
Browse files Browse the repository at this point in the history
fix: change publish podspec
  • Loading branch information
ricardobrg authored Apr 18, 2024
2 parents b8fe27c + f359f0b commit 7c89a78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
run: |
set -eo pipefail
pod lib lint --allow-warnings
pod trunk push TikiSdkDebug.podspec --allow-warnings
pod trunk push TikiSdkRelease.podspec --allow-warnings
pod trunk push TikiClient.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

Expand Down

0 comments on commit 7c89a78

Please sign in to comment.