Skip to content

Commit a618f57

Browse files
Fix sourcemaps command
1 parent dd02449 commit a618f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ jobs:
713713
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
714714
run: |
715715
cd packages/web
716-
../../node_modules/.bin/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} releases --org audius --project audius-client files ${{ github.sha }} upload-sourcemaps --no-rewrite build-production/static/js
716+
../../node_modules/.bin/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} sourcemaps upload --org audius --project audius-client --release ${{ github.sha }} build-production/static/js
717717
718718
- name: Finalize release
719719
env:

0 commit comments

Comments
 (0)