Join Slack
Powered by
Does anyone have a repo with an example of a githu...
# random
t
Tgo1014
07/27/2023, 2:12 PM
Does anyone have a repo with an example of a github action to trigger a release and have the apk build?
➕ 1
v
vanshg
07/28/2023, 5:58 PM
https://github.com/smileidentity/android/blob/develop/.github/workflows/release_sdk.yaml
vanshg
07/28/2023, 5:59 PM
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
vanshg
07/28/2023, 5:59 PM
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
Tgo1014
07/31/2023, 7:02 AM
This one even has the bump version on the action. Thanks for the link
@vanshg
!
v
vanshg
07/31/2023, 4:08 PM
Np 🙂
Open in Slack
Previous
Next