Skip to content

Commit 031a7d9

Browse files
rlazomrober
authored andcommitted
Use file-based release configuration for the build release action. (#4553)
The action was using a dummy configuration that only created release artifacts for Firestore.
1 parent 245dcb8 commit 031a7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Perform gradle build
1818
run: |
19-
./gradlew firebasePublish -PprojectsToPublish=firebase-firestore -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
19+
./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
2020
- name: Upload generated artifacts
2121
uses: actions/upload-artifact@v2
2222
with:

0 commit comments

Comments
 (0)