diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 2e4bbee5..0ba24415 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -27,5 +27,5 @@ jobs: name: Android SDK secrets: # If a custom token is used instead, a CI would be triggered on a created PR. - # api_token: ${{ secrets.CI_DEPLOY_KEY }} - api_token: ${{ github.token }} + api_token: ${{ secrets.CI_DEPLOY_KEY }} + # api_token: ${{ github.token }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7372cd..36d7562d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Features -- Bump CLI to v2.3.0 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#230) - - [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.0) +- Bump CLI to v2.3.1 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341), [#343](https://github.com/getsentry/sentry-android-gradle-plugin/pull/343)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#231) + - [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.1) ### Fixes diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index b5a7f2c0..eb1e44cb 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.3.0 +version = 2.3.1 repo = https://github.com/getsentry/sentry-cli