We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94979ca commit f1bca99Copy full SHA for f1bca99
1 file changed
.github/workflows/build_desktop.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Build Desktop Apps
14
runs-on: ${{ matrix.os }}
15
env:
16
- SENTRY_ENV_NAME: ${{ github.event_name == 'release' && 'production' || 'development' }}
+ SENTRY_ENV_NAME: ${{ github.event_name == 'release' && 'production' || 'staging' }}
17
SENTRY_RELEASE_TAG: ${{ github.event_name == 'release' &&
18
github.event.release.tag_name || github.sha }}
19
strategy:
0 commit comments