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 e54c12e commit 150ebdaCopy full SHA for 150ebda
.github/workflows/publish.yml
@@ -36,6 +36,8 @@ jobs:
36
run: ./gradlew :firebase-auth:publish
37
- name: Publish Firebase Common
38
run: ./gradlew :firebase-common:publish
39
+ - name: Publish Firebase Common Internal
40
+ run: ./gradlew :firebase-common-internal:publish
41
- name: Publish Firebase Config
42
run: ./gradlew :firebase-config:publish
43
- name: Publish Firebase Database
0 commit comments