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 ebf65a1 commit e72f1dcCopy full SHA for e72f1dc
.github/workflows/publish.yml
@@ -42,6 +42,8 @@ jobs:
42
run: ./gradlew :firebase-firestore:publish
43
- name: Publish Firebase Functions
44
run: ./gradlew :firebase-functions:publish
45
+ - name: Publish Firebase Storage
46
+ run: ./gradlew :firebase-storage:publish
47
- name: Publish Firebase Installations
48
run: ./gradlew :firebase-installations:publish
49
- name: Publish Firebase Performance
0 commit comments