We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29e2c8 commit 3463f04Copy full SHA for 3463f04
.github/workflows/main.yml
@@ -4,8 +4,8 @@ name: CI
4
env:
5
# The version of sentry-native that should get built
6
# This will need to match the tags used in the getsentry/sentry-native repo
7
- # For example this version will use source from getsenttry/sentry-native tag "0.7.6"
8
- sentry_native_version: "0.7.6"
+ # For example this version will use source from getsenttry/sentry-native tag "0.12.0"
+ sentry_native_version: "0.12.0"
9
10
on:
11
pull_request:
0 commit comments