Skip to content

Commit c00c74d

Browse files
committed
Update git username
1 parent 5b93b12 commit c00c74d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ GEM
200200
fastlane
201201
pry
202202
fastlane-plugin-sonarcloud_metric_kit (0.2.1)
203-
fastlane-plugin-stream_actions (0.3.37)
203+
fastlane-plugin-stream_actions (0.3.38)
204204
xctest_list (= 1.2.1)
205205
fastlane-plugin-versioning (0.5.2)
206206
ffi (1.16.3)
@@ -430,7 +430,7 @@ DEPENDENCIES
430430
fastlane-plugin-create_xcframework
431431
fastlane-plugin-lizard
432432
fastlane-plugin-sonarcloud_metric_kit
433-
fastlane-plugin-stream_actions (= 0.3.37)
433+
fastlane-plugin-stream_actions (= 0.3.38)
434434
fastlane-plugin-versioning
435435
jazzy
436436
json

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ private_lane :update_spm do |options|
329329
File.open('./Package.swift', 'w') { |file| file << file_data }
330330

331331
# Update the repo
332+
sh('git config --global user.name "Stream Bot"')
332333
sh('git add -A')
333334
sh("git commit -m 'Bump #{version}'")
334335
sh('git push')

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
gem 'fastlane-plugin-versioning'
66
gem 'fastlane-plugin-sonarcloud_metric_kit'
7-
gem 'fastlane-plugin-stream_actions', '0.3.37'
7+
gem 'fastlane-plugin-stream_actions', '0.3.38'
88
gem 'fastlane-plugin-create_xcframework'

0 commit comments

Comments
 (0)