Skip to content

Commit 7b48bea

Browse files
committed
Adjusted workflow
1 parent e3fa770 commit 7b48bea

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Publish
55

66
on:
7+
push:
8+
branches: [ GL-855-fix-upload-issue-with-firebase ]
79
release:
810
types: [prereleased, released]
911

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
name: Pull Request
55

66
on:
7-
push:
8-
branches: [ GL-855-fix-upload-issue-with-firebase ]
97
pull_request:
108
branches: [ master ]
119

firebase-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-common": "1.4.2",
26+
"@gitlive/firebase-common": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

firebase-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-app": "1.4.2",
26+
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

firebase-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-app": "1.4.2",
26+
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

firebase-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-app": "1.4.2",
26+
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

firebase-firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-app": "1.4.2",
26+
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

firebase-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
26-
"@gitlive/firebase-app": "1.4.2",
26+
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.30",
2929
"kotlinx-coroutines-core": "1.5.2"

0 commit comments

Comments
 (0)