From 57f47f4137948352bc0c996d68db6a2f0c72272a Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Thu, 24 Feb 2022 20:26:39 -0500 Subject: [PATCH] Update compile-android.yml --- .github/workflows/compile-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-android.yml b/.github/workflows/compile-android.yml index 1ed84f5..bbba1f1 100644 --- a/.github/workflows/compile-android.yml +++ b/.github/workflows/compile-android.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: native-publish + ref: $BASE_BRANCH - name: set up JDK 11 uses: actions/setup-java@v2 with: