diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 95cfd1f..4da5ec1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -165,7 +165,6 @@ jobs:
linux-build/*
windows-build/*
draft: true
- prerelease: true
body_path: current-changelog.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index c69276b..6fd36b9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
[![](https://github.com/LemmurOrg/lemmur/workflows/ci/badge.svg)](https://github.com/LemmurOrg/lemmur/actions)
+[![Translation status](http://weblate.yerbamate.ml/widgets/lemmur/-/lemmur/svg-badge.svg)](http://weblate.yerbamate.ml/engage/lemmur/)
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 30e9ab0..db7cd84 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -2,7 +2,6 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :prod do
upload_to_play_store(
- track: "beta",
package_name: "com.krawieck.lemmur",
json_key: ENV["GOOGLE_SERVICE_ACCOUNT_KEY_PATH"],
aab: ENV["ABB_PATH"]