Skip to content

Commit

Permalink
fix fdroid build
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 27, 2024
1 parent 5b631fd commit b1eb7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ platform :android do
set_github_release(
repository_name: "AkaneTan/Gramophone",
api_token: File.read("creds.txt"), # make sure it has no newline :D has to contain personal access token
name: "Gramophone v#{version}",
tag_name: "v#{version}",
name: "Gramophone #{version}",
tag_name: "#{version}",
is_draft: true,
description: changelog,
commitish: "beta",
Expand Down

0 comments on commit b1eb7d4

Please sign in to comment.