# Automate publishing app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃

DevFeed: [Automate publishing app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃](<https://devfeed.tech/articles/automate-publishing-app-to-the-google-play-store-with-github-actions-fastlane-25702.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/automate-publishing-app-to-the-google-play-store-with-github-actions-fastlane-ac9104712486/>)

Author: Shreyas Patil

Published: 2020-10-09T12:33:39Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Android](<https://devfeed.tech/topics/android.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Google Play](<https://devfeed.tech/topics/google-play.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [fastlane](<https://devfeed.tech/tags/fastlane.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [google-play](<https://devfeed.tech/tags/google-play.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

## AI overview

A tutorial on automating Android app deployment to the Google Play Store with GitHub Actions and Fastlane. It covers creating Google Play service-account credentials, configuring Fastlane, and using a GitHub-based workflow for releases.

## Source excerpt

Automate your Android app deployment to Google Play Store using GitHub Actions and Fastlane. Implement a 'Code, Push, and Chill' workflow for your projects.