We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bf208 commit c73b41aCopy full SHA for c73b41a
.github/workflows/release.yaml
@@ -81,11 +81,11 @@ jobs:
81
run: cd apps/cli && bun publish --access public
82
env:
83
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
84
- BTS_TELEMETRY: 0
+ BTS_TELEMETRY: 1
85
86
- name: Publish create-bts alias to NPM
87
if: steps.version.outputs.version != ''
88
run: cd packages/create-bts && bun publish --access public
89
90
91
0 commit comments