Skip to content

Commit b25243b

Browse files
committed
chore: fix telemetry env var for publish CI
1 parent 7d10be5 commit b25243b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
env:
9+
TELEMETRY_TRACKING_TOKEN: ${{ secrets.TELEMETRY_TRACKING_TOKEN }}
10+
DO_NOT_TRACK: '1'
811

912
permissions:
1013
contents: write

0 commit comments

Comments
 (0)