Commit ad881fe
fix(ci): Configure Sentry headRef in build config instead of workflow (#665)
## Summary
- Remove `GITHUB_HEAD_REF` environment variable hack from the Android
release workflow
- Configure Sentry Gradle plugin's `vcsInfo.headRef` parameter to detect
release workflows using `GITHUB_EVENT_NAME`
This moves the configuration from the workflow to the proper location in
the build configuration, making it more maintainable and following the
intended plugin architecture.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 593bd14 commit ad881fe
File tree
2 files changed
+8
-2
lines changed- .github/workflows
- android/app
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
| |||
0 commit comments