Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Nov 13, 2023
1 parent 05e51e4 commit c89d42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
set -eo pipefail
pod trunk push --allow-warnings --verbose
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.GIOSDK_COCOAPODS_TRUNK_TOKEN }}
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ workspace 'GrowingToolsKit.xcworkspace'
target 'Example' do
project 'Example/Example'
# SDK 3.0
pod 'GrowingAnalytics/Autotracker', '4.0.0-beta.2'
pod 'GrowingAnalytics/Ads'
pod 'GrowingAnalytics-cdp/Autotracker', '3.7.1'
pod 'GrowingAnalytics/Advert'
pod 'GrowingAnalytics/APM'
# pod 'GrowingAPM'
# pod 'GrowingAnalytics/Hybrid'
Expand Down

0 comments on commit c89d42c

Please sign in to comment.