fastlane-plugin-stream_actions 0.3.102 → 0.3.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7a5f4f54c1b73f7315013a5dba75408bd62ca37a9235ebce3e88049c34eef14
4
- data.tar.gz: 5ca58feafa207002bed373d517e7f871a2f9376c0a612d2dc8145ee0f15cf48c
3
+ metadata.gz: ecdef6942d162386b056a2dd8c72d4e2fc68699d9f38cca5901783d0345f679e
4
+ data.tar.gz: 881ab30be8c1a7df21d915a5de8b7a06b9fbc3dbdac1847a6ea7ddcc16c65808
5
5
  SHA512:
6
- metadata.gz: 9cb26012e63f6779ed6a32b026f806b838361c64ea95b5289bbbf6557e9211d762ec035a9d28ca94b367198b2f5682d195076fd49fd0164bc05237b407df1d41
7
- data.tar.gz: 90de269d563ddf4b52bec6a497a1d8a53737b637c5d15e12798d02791cbe04131b6526d47b8e4e09fc6f7aca10deaf889c71155136f50e7bba21526625132648
6
+ metadata.gz: 601642d278ed6cb9eb109e7810fd3e88e90158004a035efac8c09f3c5b3b437f5d64925ce5e4e5cea77e472e0e536d3be5e28acd5fda541c60d49cc3a99f3ebc
7
+ data.tar.gz: 1a8856e8d61082cf31bcdbf9a7d7f6b0bcb1970dce453e7bcd47dfc2e84218437d629bec5644112a2a91ea00003494a7ccbfce6bf2dc69ed705433167640e199
@@ -44,11 +44,13 @@ module Fastlane
44
44
  end
45
45
  UI.important(content)
46
46
 
47
+ # Update metrics json with the new details
48
+ metrics[metrics_branch] = new_details
49
+ File.write(metrics_path, JSON.pretty_generate(metrics))
50
+
47
51
  next unless other_action.is_ci
48
52
 
49
53
  if is_release || (ENV['GITHUB_EVENT_NAME'].to_s == 'push' && other_action.current_branch == 'develop')
50
- metrics[metrics_branch] = new_details
51
- File.write(metrics_path, JSON.pretty_generate(metrics))
52
54
  Dir.chdir(metrics_dir) do
53
55
  if sh('git status -s').to_s.empty?
54
56
  UI.important('No changes in linkmap.')
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.102'
3
+ VERSION = '0.3.103'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.102
4
+ version: 0.3.103
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-19 00:00:00.000000000 Z
11
+ date: 2026-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list