Skip to content

Instantly share code, notes, and snippets.

View NoahvdAa's full-sized avatar

Noah van der Aa NoahvdAa

View GitHub Profile
@codemem
codemem / build-and-publish.yml
Created August 28, 2021 09:42 — forked from tannermares/build-and-publish.yml
Build and Publish React Native Project to Testflight and Google Play
# Sources:
# https://blog.usejournal.com/automate-react-native-builds-with-github-actions-af54212d26dc
# https://zach.codes/ios-builds-using-github-actions-without-fastlane/
# https://stackoverflow.com/questions/16550594/jenkins-xcode-build-works-codesign-fails/19550453#19550453
# https://www.valueof.io/blog/deploying-to-google-play-using-github-actions
name: Build and Publish Test Builds
on:
push: