Skip to content

Commit

Permalink
Merge branch 'main' into feat/bump-spring-version
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Oct 7, 2022
2 parents 7f96e7a + d4087ee commit 959b8f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Native 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: ${{ secrets.CI_DEPLOY_KEY }}

gradle-wrapper:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
Expand All @@ -26,4 +26,4 @@ jobs:
name: Gradle
pattern: '^v[0-9.]+$' # only match non-preview versions
secrets:
api_token: ${{ secrets.CI_DEPLOY_KEY }}
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 6.5.0-beta.3

### Features

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.parallel=true
android.useAndroidX=true

# Release information
versionName=6.5.0-beta.2
versionName=6.5.0-beta.3

# Override the SDK name on native crashes on Android
sentryAndroidSdkName=sentry.native.android
Expand Down

0 comments on commit 959b8f6

Please sign in to comment.