Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 18, 2023
2 parents 5e64293 + 12e8562 commit 08ae3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lane :prod do |options|

github_release = set_github_release(
repository_name: "keymapperorg/KeyMapper",
api_token: options[:github_token],
api_bearer: options[:github_token],
name: version_name,
tag_name: "v" + version_name,
description: whats_new,
Expand Down

0 comments on commit 08ae3df

Please sign in to comment.