Stop being a beta (#318)

This commit is contained in:
Marcin Wojnarowski 2022-01-14 21:28:23 +01:00 committed by GitHub
parent 0422b32d9b
commit 93735dfad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ jobs:
linux-build/*
windows-build/*
draft: true
prerelease: true
body_path: current-changelog.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,7 @@
<div align="center">
[![](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/)
<img width=200px height=200px src="https://raw.githubusercontent.com/LemmurOrg/lemmur/master/assets/readme_icon.svg"/>

View File

@ -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"]