Skip to content

Commit

Permalink
fix: github authentication method
Browse files Browse the repository at this point in the history
  • Loading branch information
octera committed Sep 14, 2024
1 parent e301278 commit 6b025dc
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 @@ -71,7 +71,7 @@ platform :android do

set_github_release(
repository_name: "octera/Nimilou",
api_token: ENV["GITHUB_TOKEN"],
api_bearer: ENV["GITHUB_TOKEN"],
name: ENV['VERSION'],
tag_name: "release/" + ENV['VERSION'],
commitish: "master",
Expand Down

0 comments on commit 6b025dc

Please sign in to comment.