File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ before_deploy:
1616
1717deploy :
1818 skip_cleanup : true
19- # - provider: script
20- # script: ./Tools/push.sh
21- # on:
22- # tags: true
2319 - provider : releases
2420 api_key :
2521 secure : $GITHUB_TOKEN
2622 file : Leanplum.framework.zip
2723 draft : true
2824 on :
2925 tags : true
30-
26+ - provider : script
27+ script : ./Tools/push.sh
28+ on :
29+ tags : true
Original file line number Diff line number Diff line change 44
55Pod ::Spec . new do |s |
66 s . name = 'Leanplum-iOS-SDK-source'
7- s . version = '2.2.1-beta.3 '
7+ s . version = '2.2.1-beta.4 '
88 s . summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
99 s . description = <<-DESC
1010Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Leanplum-iOS-SDK'
11- s . version = '2.2.1-beta.3 '
11+ s . version = '2.2.1-beta.4 '
1212 s . summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313 s . description = <<-DESC
1414Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
You can’t perform that action at this time.
0 commit comments