Skip to content

Commit a92ab25

Browse files
committed
fix(ci): set SENTRY_ORG in sentry-release workflow
The CLI needs an org to resolve API endpoints. In CI there's no DSN detection or defaults database, so SENTRY_ORG must be set explicitly.
1 parent a0ded19 commit a92ab25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sentry-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# always run on manual dispatch.
2323
if: github.event_name == 'workflow_dispatch' || !github.event.release.prerelease
2424
env:
25+
SENTRY_ORG: sentry
2526
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2627
# Tag names are bare semver (e.g., "0.24.0", no "v" prefix),
2728
# matching the npm package version, Sentry.init() release, and sourcemap uploads.

0 commit comments

Comments
 (0)