# Automate Publishing Android Library to Bintray Using GitHub Actions

DevFeed: [Automate Publishing Android Library to Bintray Using GitHub Actions](<https://devfeed.tech/articles/automate-publishing-android-library-to-bintray-using-github-actions-25701.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/automate-publishing-android-library-to-bintray-using-github-actions-9b8ad8ab2698/>)

Author: Shreyas Patil

Published: 2020-05-01T08:47:20Z

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 Library](<https://devfeed.tech/topics/android-library.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [ci](<https://devfeed.tech/tags/ci.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [library](<https://devfeed.tech/tags/library.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [others](<https://devfeed.tech/tags/others.md>), [release](<https://devfeed.tech/tags/release.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

A tutorial showing how to automate publishing an open-source Android library to Bintray when a new GitHub release is created, using GitHub Actions, Gradle, repository configuration, and GitHub secrets.

## Source excerpt

Learn how to automate the publishing of your open-source Android libraries to Bintray using GitHub Actions CI whenever you create a new release.