Does anyone have a repo with an example of a githu...
# random
t
Does anyone have a repo with an example of a github action to trigger a release and have the apk build?
1
Although this is for an SDK release, it also entails creating a tag and GitHub Release. The action builds an accompanying sample app. The AAR and APK are added as Release Assets
If you're interested in making a Play Store release, this action may also be of interest to you: https://github.com/smileidentity/android/blob/main/.github/workflows/publish_play_store_update.yaml
t
This one even has the bump version on the action. Thanks for the link @vanshg!
v
Np 🙂