mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(firebase): upgrade to Firebase v10 (#717)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -166,7 +166,7 @@ jobs:
|
||||
publish-s3:
|
||||
name: Publish S3
|
||||
needs: [ prepare, build-android, build-ios, build-linux, build-macos, build-web, build-windows ]
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/publish_s3.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/publish_S3.yml@master
|
||||
with:
|
||||
build-flavor: ${{ needs.prepare.outputs.build-flavor }}
|
||||
build-number: ${{ needs.prepare.outputs.build-number }}
|
||||
2
.github/workflows/publish_s3.yml
vendored
2
.github/workflows/publish_s3.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish s3
|
||||
name: Publish S3
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
2
.github/workflows/publish_web.yml
vendored
2
.github/workflows/publish_web.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish Web (Docker)
|
||||
name: Publish Web
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
Reference in New Issue
Block a user