Skip to content

Commit

Permalink
feat: Utilモジュールの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
cotrin8672 committed Mar 25, 2024
1 parent eb7e387 commit 075e9af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'firebase-auth/**'
- 'firebase-firestore/**'
- 'firebase-storage/**'
- 'firebase-util/**'
- 'firebase-wrapper-bom/**'

jobs:
Expand Down Expand Up @@ -66,6 +67,10 @@ jobs:
if: contains(steps.changed-files.outputs.all_modified_files, 'firebase-storage/build.gradle.kts')
run: ./gradlew :firebase-storage:publishToMavenCentral

- name: Publish util module
if: contains(steps.changed-files.outputs.all_modified_files, 'firebase-util/build.gradle.kts')
run: ./gradlew :firebase-util:publishToMavenCentral

- name: Publish bom module
if: contains(steps.changed-files.outputs.all_modified_files, 'firebase-wrapper-bom/build.gradle.kts')
run: ./gradlew :firebase-wrapper-bom:publishToMavenCentral

0 comments on commit 075e9af

Please sign in to comment.