ci: ignore sentry upload error on publish

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-08-16 16:40:10 +02:00
parent 435d126a1c
commit c53b0830c4
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ jobs:
docker cp ${container}:web/ .
- name: Create a Sentry.io release
uses: getsentry/action-release@v1
continue-on-error: true
if: ${{ github.event_name == 'release' }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}