diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2484a4e..23ec949 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: jobs: release: + permissions: write-all runs-on: ubuntu-latest environment: deployment steps: diff --git a/gradle.properties b/gradle.properties index 8cfd991..2e967fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.destinations -VERSION_CODE=151 -VERSION_NAME=1.5.1 +VERSION_CODE=152 +VERSION_NAME=1.5.2 POM_ARTIFACT_ID=amplitude POM_NAME=amplitude