Skip to content

Commit a3a71fd

Browse files
authored
Merge pull request #4 from segment-integrations/wenxi/prepare-release-1.5.1
prepare release 1.5.1
2 parents b70219c + 91b2d0f commit a3a71fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
release:
10+
permissions: write-all
1011
runs-on: ubuntu-latest
1112
environment: deployment
1213
steps:

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kotlin.code.style=official
2323
# Deployment variables
2424
GROUP=com.segment.analytics.kotlin.destinations
2525

26-
VERSION_CODE=151
27-
VERSION_NAME=1.5.1
26+
VERSION_CODE=152
27+
VERSION_NAME=1.5.2
2828

2929
POM_ARTIFACT_ID=mixpanel
3030
POM_NAME=mixpanel

0 commit comments

Comments
 (0)