fastlane-plugin-yalantis_ci 0.2.2 → 0.2.3

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: 03fa51526471b2cccaf51402419fed509737a2ee52e59e53935993e6e98bb3da
4
- data.tar.gz: 5db6bf840dda0798a775f8617817b8e657eef466d7d504a9670ff848ed818754
3
+ metadata.gz: 9003e20ea95dd616610c94a589ff702f7d6556044372ed98a57b810386b87a6a
4
+ data.tar.gz: 6a3a2d1b5c30fc6175feedf43cf958cc9f2cd8d2c8e08854e4609b23a65609f3
5
5
  SHA512:
6
- metadata.gz: a9d5ed534c3e5ee6da2a6ee341cc8fda826531bc48f3cec97f21fdb36f9b7b317124305a75f12b8613b48c5e26e0924873ddadd6d56dd41a7af9dac5227b748f
7
- data.tar.gz: d9c15bce88e8b543f1b8907d901fe4c68736ec1940b494fdee99738cc4a644ca59b40f7c540d0765f4bdd80d4cf75abd2426819ecca1b6311ed2b14e9c2c5f0d
6
+ metadata.gz: b0edfde9077ea31918befd8b4f08b0cfa4e7984554025e1c80ea2b56187e344fd24b826409660cac7ae3ab1b5d22800d6ec16c2d5a48d055e1f019b69173e744
7
+ data.tar.gz: b7d5b0571f19d6a8dfe72a47ad6e2afbe20cf330004b9e69695fc74f78375ef716d2a1b23465c566622b5c8cd5a8d7e5e6bfe3a07f8a34294a14265428253e73
@@ -49,7 +49,7 @@ module Fastlane
49
49
  type: String
50
50
  ),
51
51
  FastlaneCore::ConfigItem.new(
52
- key: :git_repo_url,
52
+ key: :git_repo_branch,
53
53
  env_name: "APP_STORE_CONNECT_API_KEY_GIT_REPO_BRANCH",
54
54
  description: "Git repo branch where AppStore Connect's Api Key should be stored in",
55
55
  type: String,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module YalantisCi
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-yalantis_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Vorona