Skip to content

Commit 4136557

Browse files
Add DO_NOT_TRACK=1 to release workflow
Prevents telemetry pings during release test runs.
1 parent ea0c15e commit 4136557

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
DO_NOT_TRACK: '1'
13+
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)