We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2a62f commit cfcaf72Copy full SHA for cfcaf72
‎.github/workflows/sentry.yaml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/[email protected]
14
- name: Sentry Release
15
uses: getsentry/[email protected]
16
+ if: secrets.SENTRY_ORG != ''
17
env:
18
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
19
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
0 commit comments