🎯 deploy: no releaseChannels on github releases

Don't deploy versions of to GitHub releases where a `releaseChannels`
value is set in index-v2.json. (This usually would mean it's a alpha or
beta version.)
This commit is contained in:
Michael Pöhn 2024-04-22 19:40:08 +02:00
parent c6598f2835
commit 242490ddc3
No known key found for this signature in database
GPG key ID: 725F386C05529A5A
2 changed files with 20 additions and 12 deletions

View file

@ -218,6 +218,9 @@
# an example for this deployment automation:
# https://github.com/f-droid/fdroidclient/releases/
#
# Currently versions which are assigned to a release channel (e.g. alpha or
# beta releases) are ignored.
#
# In the examble below tokens are read from environment variables. Putting
# tokens directly into the config file is also supported but discouraged. It is
# highly recommended to use a "Fine-grained personal access token", which is