File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,14 @@ jobs:
4848 - name : Install Dependencies
4949 if : steps.version.outputs.version != ''
5050 run : bun install --frozen-lockfile
51+ env :
52+ BTS_TELEMETRY : 1
53+ POSTHOG_API_KEY : ${{ secrets.POSTHOG_API_KEY }}
54+ POSTHOG_HOST : ${{ secrets.POSTHOG_HOST }}
5155
5256 - name : Build CLI
5357 if : steps.version.outputs.version != ''
54- run : bun run build:cli
58+ run : cd apps/cli && bun run build
5559 env :
5660 BTS_TELEMETRY : 1
5761 POSTHOG_API_KEY : ${{ secrets.POSTHOG_API_KEY }}
7377 if : steps.version.outputs.version != ''
7478 run : cd apps/cli && bun publish --access public
7579 env :
76- NPM_CONFIG_TOKEN : ${{ secrets.NPM_TOKEN }}
80+ NPM_CONFIG_TOKEN : ${{ secrets.NPM_TOKEN }}
81+ BTS_TELEMETRY : 1
82+ POSTHOG_API_KEY : ${{ secrets.POSTHOG_API_KEY }}
83+ POSTHOG_HOST : ${{ secrets.POSTHOG_HOST }}
You can’t perform that action at this time.
0 commit comments