Skip to content

Commit f1bca99

Browse files
committed
refactor: dev builds get staging env
1 parent 94979ca commit f1bca99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build Desktop Apps
1414
runs-on: ${{ matrix.os }}
1515
env:
16-
SENTRY_ENV_NAME: ${{ github.event_name == 'release' && 'production' || 'development' }}
16+
SENTRY_ENV_NAME: ${{ github.event_name == 'release' && 'production' || 'staging' }}
1717
SENTRY_RELEASE_TAG: ${{ github.event_name == 'release' &&
1818
github.event.release.tag_name || github.sha }}
1919
strategy:

0 commit comments

Comments
 (0)