Commit f930abc
authored
ci: restore sentry/ org prefix in sentry-release workflow (#648)
## Summary
Fixes the [third sentry-release
failure](https://github.com/getsentry/cli/actions/runs/23918696701/job/69759189495):
```
Error: Organization is required.
```
The previous PR (#645) mistakenly removed the `sentry/` prefix thinking
it was a version prefix. It's actually the **org slug** —
`parseReleaseArg("sentry/0.24.0")` splits into org=`sentry`,
version=`0.24.0`. Restoring it provides the org without needing
`SENTRY_ORG`.
Fixes #647.1 parent a0ded19 commit f930abc
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments