fastlane-plugin-stream_actions 0.3.20 → 0.3.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcc8ca6b0e93fc72fea6d980559236d56b07c9b1dc638de46f8c11bef4b40868
4
- data.tar.gz: a2956b90af0c1814e3ac8dd46aa9fd87351d2fedff54e628d17c1d1122547172
3
+ metadata.gz: 3086f648d915ddb4af3708638c0833c5ef580405ef0c546790db13892a44991d
4
+ data.tar.gz: 2bb8d07590b95994c41c0bfa62d1c7d4d2d96969d296df8d2af7b146124d6ec1
5
5
  SHA512:
6
- metadata.gz: 52637654a181f0de8f4f7868c01733d69b71a7f088deba13e8fb73f2e8db0038d0ea8a22e1ccfab9a35e419e268722683d105aaa64df47d6b40820a3893d663a
7
- data.tar.gz: 7b7550bb3f9d0f4c8ac07d114c8db4e8cad4e1c332e774730b87ab9e8cbdd0ccee725b3f563eca32aa927c42e059632e30dc90cb8641a5b7127893c9ac2c9897
6
+ metadata.gz: 84e6b1a4c334276709e14862c811f2bf2c4498598e896ea7e4a07f334fe5e023e27ce475741e4f857c394982123bdaa7447b3b7086731ee17b10c6ca41beab0a
7
+ data.tar.gz: c51c633370766256ce3abe224069675b0ee73f762dc867137375dfd935f0b82d892fdc7be66ad063b4088b0cd38fa2950976e8cdb1b6665419fa7b4efca83479
@@ -21,7 +21,7 @@ module Fastlane
21
21
  other_action.gym(
22
22
  project: params[:xcode_project],
23
23
  scheme: params[:app_target],
24
- configuration: 'Release',
24
+ configuration: params[:configuration],
25
25
  export_method: 'app-store',
26
26
  export_options: params[:testflight_export_options],
27
27
  clean: true,
@@ -129,6 +129,12 @@ module Fastlane
129
129
  env_name: 'GITHUB_PR_NUM',
130
130
  key: :github_pr_num,
131
131
  description: 'GitHub PR number'
132
+ ),
133
+ FastlaneCore::ConfigItem.new(
134
+ env_name: 'GITHUB_PR_NUM',
135
+ key: :configuration,
136
+ description: 'Build configuration',
137
+ default_value: 'Release'
132
138
  )
133
139
  ]
134
140
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.20'
3
+ VERSION = '0.3.21'
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.20
4
+ version: 0.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-22 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list