You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): restore sentry/ org prefix and drop SENTRY_ORG from sentry-release workflow
The sentry/ prefix in 'sentry release create sentry/0.24.0' is the org
slug, not a version prefix — parseReleaseArg splits it into org=sentry,
version=0.24.0. Restoring it removes the need for SENTRY_ORG env var.
0 commit comments