File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 200
200
fastlane
201
201
pry
202
202
fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
203
- fastlane-plugin-stream_actions (0.3.37 )
203
+ fastlane-plugin-stream_actions (0.3.38 )
204
204
xctest_list (= 1.2.1 )
205
205
fastlane-plugin-versioning (0.5.2 )
206
206
ffi (1.16.3 )
@@ -430,7 +430,7 @@ DEPENDENCIES
430
430
fastlane-plugin-create_xcframework
431
431
fastlane-plugin-lizard
432
432
fastlane-plugin-sonarcloud_metric_kit
433
- fastlane-plugin-stream_actions (= 0.3.37 )
433
+ fastlane-plugin-stream_actions (= 0.3.38 )
434
434
fastlane-plugin-versioning
435
435
jazzy
436
436
json
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ private_lane :update_spm do |options|
329
329
File . open ( './Package.swift' , 'w' ) { |file | file << file_data }
330
330
331
331
# Update the repo
332
+ sh ( 'git config --global user.name "Stream Bot"' )
332
333
sh ( 'git add -A' )
333
334
sh ( "git commit -m 'Bump #{ version } '" )
334
335
sh ( 'git push' )
Original file line number Diff line number Diff line change 4
4
5
5
gem 'fastlane-plugin-versioning'
6
6
gem 'fastlane-plugin-sonarcloud_metric_kit'
7
- gem 'fastlane-plugin-stream_actions', '0.3.37 '
7
+ gem 'fastlane-plugin-stream_actions', '0.3.38 '
8
8
gem 'fastlane-plugin-create_xcframework'
You can’t perform that action at this time.
0 commit comments