diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58a1a91..c774d51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release package if: github.ref == 'refs/heads/master' - run: npm run release -- --ci --dry-run -VV + run: npm run release -- --ci -VV env: NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/android/build.gradle b/android/build.gradle index 82b8e88..0df5222 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,7 +84,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.chargebee:chargebee-android:1.2.0' + implementation 'com.chargebee:chargebee-android:1.2.1' implementation 'com.android.billingclient:billing-ktx:5.2.1' implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")) }