Skip to content

Commit 2e7fc65

Browse files
committed
chore: add checks for App Store Connect API keys in workflow
1 parent 2f690fc commit 2e7fc65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/ios/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PACKAGE_JSON=read_json(json_path: "#{Dir.pwd}/../../package.json")
2-
VERSION=PACKAGE_JSON[:version]
1+
PACKAGE_JSON=read_json(json_path: "#{Dir.pwd}/../package.json")
2+
VERSION=PACKAGE_JSON["version"]
33
DATE=Time.new.strftime("%Y.%m%d.%H%M")
44

55
before_all do |lane, options|

0 commit comments

Comments
 (0)