fastlane-plugin-stream_actions 0.3.61 → 0.3.62

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: 2eb47d690f49f99e9e5eb33059cd52a83fea990ac32d4a74a55ddbadfc672a4d
4
- data.tar.gz: f72186ee2ab89ed705e73f182405dc8e6e5a26064edf9d7d54b3a198c36b69b0
3
+ metadata.gz: 0cfa09a1752b54d7444c05071aff41c0257b4e846b7f037fc1e783586d3a2755
4
+ data.tar.gz: 5714bac9e4e21a18c85a1e4d281764514d6756a31c868e70bdd5ea0e46c7e7a1
5
5
  SHA512:
6
- metadata.gz: 7c9482510bea5efc9420998044682d5b82102d2f70d0b42f0d941d68af496e98c4d64b347d3ccadba363cfe239f2a8714a81d2045fbb1a23df5f6c435f153e98
7
- data.tar.gz: 2fb17159311e1c45e1c1f147546fc274fc8cc3951bae8ba5618883e0e30da872b722ec141eebe8ca4e3bdf4ff8f560971c6a0feb5d74d7f13383078f49b1612f
6
+ metadata.gz: 7694729d49c060aa784427dec52c0b6a5285897ba9173b4b13e20e9b0f7bf167842915152998c4731cb713b1f44282442073bd4da12781d40b7f9a82e173daab
7
+ data.tar.gz: ecfc5143455143e470c4858a5114f94c582e4dc1f77e0eb355f6a71935c2aaf396efc1af6b57b442c4ec9d822e57a32cf4bc021c173164f8d629221276e469a4
@@ -5,7 +5,7 @@ module Fastlane
5
5
  other_action.ensure_git_status_clean
6
6
 
7
7
  release_branch =
8
- if is_ci
8
+ if other_action.is_ci
9
9
  # This API operation needs the "admin:org" scope.
10
10
  ios_team = `gh api orgs/GetStream/teams/#{params[:github_team_name]}/members -q '.[].login'`.split("\n")
11
11
  UI.user_error!("#{params[:author]} is not a member of the iOS Team") unless ios_team.include?(params[:author])
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.61'
3
+ VERSION = '0.3.62'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.61
4
+ version: 0.3.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream