Skip to content

Commit

Permalink
hmm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 27, 2024
1 parent 034f7a8 commit 1fe54f3
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 @@ -55,8 +55,8 @@ platform :android do
File.write("metadata/android/en-US/changelogs/#{vercode}.txt", changelog)
git_add(path: "fastlane/metadata/android/en-US/changelogs/#{vercode}.txt")
git_commit(path: ["app/build.gradle.kts", "fastlane/metadata/android/en-US/changelogs/#{vercode}.txt"], message: "Release #{version}")
buildrel
googleplay
buildrel
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
Expand Down

0 comments on commit 1fe54f3

Please sign in to comment.