From dd84ac20bcd4188d310aebfb46da76d0ee6d0f53 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Wed, 11 Jan 2023 21:22:10 -0500 Subject: [PATCH] Use file-based release configuration for the build release action. The action was using a dummy configuration that only created release artifacts for Firestore. --- .github/workflows/build-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index 6271f124061..f1edf4dd294 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -16,7 +16,7 @@ jobs: - name: Perform gradle build run: | - ./gradlew firebasePublish -PprojectsToPublish=firebase-firestore -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true + ./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true - name: Upload generated artifacts uses: actions/upload-artifact@v2 with: