Stop being a beta (#318)
This commit is contained in:
parent
0422b32d9b
commit
93735dfad8
|
@ -165,7 +165,6 @@ jobs:
|
||||||
linux-build/*
|
linux-build/*
|
||||||
windows-build/*
|
windows-build/*
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
|
||||||
body_path: current-changelog.txt
|
body_path: current-changelog.txt
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[![](https://github.com/LemmurOrg/lemmur/workflows/ci/badge.svg)](https://github.com/LemmurOrg/lemmur/actions)
|
[![](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"/>
|
<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"
|
desc "Deploy a new version to the Google Play"
|
||||||
lane :prod do
|
lane :prod do
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
track: "beta",
|
|
||||||
package_name: "com.krawieck.lemmur",
|
package_name: "com.krawieck.lemmur",
|
||||||
json_key: ENV["GOOGLE_SERVICE_ACCOUNT_KEY_PATH"],
|
json_key: ENV["GOOGLE_SERVICE_ACCOUNT_KEY_PATH"],
|
||||||
aab: ENV["ABB_PATH"]
|
aab: ENV["ABB_PATH"]
|
||||||
|
|
Loading…
Reference in New Issue