bitrise-steplib / steps-ios-auto-provision-appstoreconnect

MIT License
15 stars 16 forks source link

`apple-id` Option mismatch between config.go and step.yml #76

Closed lopsae closed 3 years ago

lopsae commented 3 years ago

Seems like the possible options for connection defined in config.go do not match the options defined in step.yml, specifically apple_id and apple-id.

In the bitrise workflow editor, selecting apple-id results in the following error:

+------------------------------------------------------------------------------+

| (0) ios-auto-provision-appstoreconnect@2.1                                   |
+------------------------------------------------------------------------------+
| id: ios-auto-provision-appstoreconnect                                       |
| version: 2.1.1                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: go                                                                  |
| time: 2021-10-06T17:54:48Z                                                   |
+------------------------------------------------------------------------------+
|                                                                              |
Config: failed to parse config:
- BitriseConnection: apple-id: value is not in value options (opt[automatic,api_key,off,enterprise-with-apple-id,apple_id])

https://github.com/bitrise-steplib/steps-ios-auto-provision-appstoreconnect/blob/0c3bda4f8c2e7a2f8b19f72595b24583977a33a8/config.go#L20

cathyharmon commented 3 years ago

Hello,

Ooops! Thanks for bringing this to our attention. As you can see, we are already on it and this should be fixed soon!

ofalvai commented 3 years ago

This has been fixed in version 2.1.2, I'm closing this issue. Thanks for the heads up and sorry for the inconvenience it caused.