We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd02449 commit a618f57Copy full SHA for a618f57
1 file changed
.github/workflows/web.yml
@@ -713,7 +713,7 @@ jobs:
713
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
714
run: |
715
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
+ ../../node_modules/.bin/sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} sourcemaps upload --org audius --project audius-client --release ${{ github.sha }} build-production/static/js
717
718
- name: Finalize release
719
env:
0 commit comments