Fix telemetry in release builds (#41695)

This was inadvertently broken in v0.211.1-pre when we rewrote the
release build

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-10-31 22:55:12 -06:00
committed by GitHub
parent ade0f1342c
commit 1552e13799
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
# Generated from xtask::workflows::release
# Rebuild with `cargo xtask workflows`.
name: release
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: '0'
RUST_BACKTRACE: '1'
ZED_CLIENT_CHECKSUM_SEED: ${{ secrets.ZED_CLIENT_CHECKSUM_SEED }}
ZED_MINIDUMP_ENDPOINT: ${{ secrets.ZED_SENTRY_MINIDUMP_ENDPOINT }}
on:
push:
tags: