Commit 593bd14
fix(ci): Set GITHUB_HEAD_REF in release workflow to fix Sentry upload (#664)
## Summary
Sets `GITHUB_HEAD_REF` environment variable to `release` in the Android
release build workflow to prevent Sentry upload failures.
The release workflow is triggered by the `release` event which doesn't
automatically set `GITHUB_HEAD_REF`. This causes the Sentry SDK to fail
when uploading release artifacts. By explicitly setting this variable,
the upload process completes successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 1d9a9b2 commit 593bd14
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments