Skip to content

Commit c73b41a

Browse files
chore(cli): enable telemetry for CLI and create-bts publishing
1 parent 87bf208 commit c73b41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
run: cd apps/cli && bun publish --access public
8282
env:
8383
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
84-
BTS_TELEMETRY: 0
84+
BTS_TELEMETRY: 1
8585

8686
- name: Publish create-bts alias to NPM
8787
if: steps.version.outputs.version != ''
8888
run: cd packages/create-bts && bun publish --access public
8989
env:
9090
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
91-
BTS_TELEMETRY: 0
91+
BTS_TELEMETRY: 1

0 commit comments

Comments
 (0)