From b1eb7d49ab59f109fc4e85d44d37691f05c4837a Mon Sep 17 00:00:00 2001 From: nift4 Date: Fri, 27 Sep 2024 17:58:49 +0200 Subject: [PATCH] fix fdroid build --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 95040ec15..91e2b2f5b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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",