Skip to content

Commit

Permalink
Fixed missing publish script (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 authored Jun 23, 2024
1 parent e54c12e commit 150ebda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: ./gradlew :firebase-auth:publish
- name: Publish Firebase Common
run: ./gradlew :firebase-common:publish
- name: Publish Firebase Common Internal
run: ./gradlew :firebase-common-internal:publish
- name: Publish Firebase Config
run: ./gradlew :firebase-config:publish
- name: Publish Firebase Database
Expand Down

0 comments on commit 150ebda

Please sign in to comment.