Skip to content

Commit dcb51c5

Browse files
committed
fix: update patch version to 8 and remove write permissions in Firebase App Distribution workflow
1 parent b0736cd commit dcb51c5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/Upload To Firebase App Distribution.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ on:
3333
required: false
3434
default: true
3535

36-
permissions:
37-
contents: write
38-
3936
jobs:
4037
build:
4138
runs-on: ubuntu-latest

app/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version_major = 1
22
version_minor = 0
3-
version_patch = 7
3+
version_patch = 8

0 commit comments

Comments
 (0)