Skip to content

Commit

Permalink
also fix sentry sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Dec 21, 2023
1 parent 05d34c4 commit 2d07a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:

- name: Notify Sentry.io about the release
run: |
cd packages/admin
npm i -g @sentry/cli
export SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
export SENTRY_URL=https://sentry.iobroker.net
Expand Down

0 comments on commit 2d07a83

Please sign in to comment.