We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f3a3 commit 4276998Copy full SHA for 4276998
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
release:
10
+ permissions: write-all
11
runs-on: ubuntu-latest
12
environment: deployment
13
steps:
gradle.properties
@@ -23,8 +23,8 @@ kotlin.code.style=official
23
# Deployment variables
24
GROUP=com.segment.analytics.kotlin.destinations
25
26
-VERSION_CODE=151
27
-VERSION_NAME=1.5.1
+VERSION_CODE=152
+VERSION_NAME=1.5.2
28
29
POM_ARTIFACT_ID=firebase
30
POM_NAME=firebase
0 commit comments