remove environment tag in sentry action

This commit is contained in:
Son NK 2020-11-26 10:54:28 +01:00
parent d35faf7154
commit 1801fa1a4b
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
- name: Send Telegram message
if: github.event_name == 'push' && github.ref == 'refs/heads/master'