Add a Github Action to publish SNAPSHOTS after every commit.
Summary: I'm adding this action which will setup publishing of `-SNAPSHOT` version after every commit to main. Reviewed By: mdvacca Differential Revision: D46330012 fbshipit-source-id: 8d9f32a357f157a8f2e05c88074befd8dd871c94
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9a0ba05d13
commit
1ab0c7b493
4
.github/actions/setup-android/action.yml
vendored
4
.github/actions/setup-android/action.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Setup Android envirionment
|
||||
name: Setup Android environment
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@@ -8,3 +8,5 @@ runs:
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 17
|
||||
- name: Configure Gradle Caches
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
Reference in New Issue
Block a user