File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -66,25 +66,25 @@ lane :production do
6666
6767 # First release to google play so any errors with the descriptions are resolved before
6868 # creating the git tag.
69- # supply(
70- # aab: "../app/build/outputs/bundle/release/app-pro-release.aab",
71- # track: "internal",
72- # skip_upload_apk: true
73- # )
74- #
75- # whats_new = File.read("../app/src/main/assets/whats-new.txt")
76- #
77- # github_release = set_github_release(
78- # repository_name: "keymapperorg/KeyMapper",
79- # api_bearer: github_token,
80- # name: version_name,
81- # tag_name: "v" + version_name,
82- # description: whats_new,
83- # commitish: "master",
84- # upload_assets: [apk_path_release],
85- # is_draft: false,
86- # is_prerelease: false
87- # )
69+ supply (
70+ aab : "../app/build/outputs/bundle/release/app-pro-release.aab" ,
71+ track : "internal" ,
72+ skip_upload_apk : true
73+ )
74+
75+ whats_new = File . read ( "../app/src/main/assets/whats-new.txt" )
76+
77+ github_release = set_github_release (
78+ repository_name : "keymapperorg/KeyMapper" ,
79+ api_bearer : github_token ,
80+ name : version_name ,
81+ tag_name : "v" + version_name ,
82+ description : whats_new ,
83+ commitish : "master" ,
84+ upload_assets : [ apk_path_release ] ,
85+ is_draft : false ,
86+ is_prerelease : false
87+ )
8888end
8989
9090desc "Create and deploy internal testing release"
You can’t perform that action at this time.
0 commit comments