Skip to content

Commit

Permalink
chore(ci): Update sourcemap dir for web and platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent c757343 commit a6ecc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
sentry-cli releases -o $SENTRY_ORG new -p $SENTRY_PROJECT $VERSION
sentry-cli releases set-commits --auto $VERSION
sentry-cli releases deploys $VERSION new -e $ENVIRONMENT
sentry-cli releases files $VERSION upload-sourcemaps apps/platform/.next \
sentry-cli releases files $VERSION upload-sourcemaps apps/platform/.next/static \
--url-prefix '~/_next' \
--validate \
--rewrite
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
sentry-cli releases new $RELEASE
sentry-cli releases set-commits --auto $RELEASE
sentry-cli releases deploys $RELEASE new -e $ENVIRONMENT
sentry-cli releases files $RELEASE upload-sourcemaps apps/web/.next \
sentry-cli releases files $RELEASE upload-sourcemaps apps/web/.next/static \
--url-prefix '~/_next' \
--validate \
--rewrite
Expand Down

0 comments on commit a6ecc41

Please sign in to comment.