Stop being a beta (#318)
This commit is contained in:
parent
0422b32d9b
commit
93735dfad8
|
@ -165,7 +165,6 @@ jobs:
|
|||
linux-build/*
|
||||
windows-build/*
|
||||
draft: true
|
||||
prerelease: true
|
||||
body_path: current-changelog.txt
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue