We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245dcb8 commit 031a7d9Copy full SHA for 031a7d9
.github/workflows/build-release-artifacts.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Perform gradle build
18
run: |
19
- ./gradlew firebasePublish -PprojectsToPublish=firebase-firestore -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
+ ./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
20
- name: Upload generated artifacts
21
uses: actions/upload-artifact@v2
22
with:
0 commit comments