better sentry upload

This commit is contained in:
Eugene Pankov
2021-01-04 20:44:24 +01:00
parent cdc3623986
commit 5e06b2248b
4 changed files with 27 additions and 12 deletions

View File

@@ -41,8 +41,7 @@ jobs:
- name: Upload symbols
run: |
sudo npm install -g @sentry/cli --unsafe-perm
sentry-cli releases new ${{ github.ref }} || true
sentry-cli upload-dif app/node_modules
./scripts/sentry-upload.js
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}