This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Description
Describe the bug
Currently the android-master workflow creates a release for tagged builds. Once iOS automated builds is finished it will create a release for iOS aswell. This would cause two releases, one for android, one for ios respectively. We don't want this behavior do we? I guess we could create a release before the android & ios workflows?
To Reproduce
Steps to reproduce the behavior:
- Create a tagged build
- Wait for builds to finish
- See two new releases in this repo, one for android, one for ios
Expected behavior
I would expect one release with an IPA and APK attached