File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed
Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -224,44 +224,9 @@ jobs:
224224 name : desktop-${{ matrix.platform }}-${{ matrix.arch }}
225225 path : release-publish/*
226226 if-no-files-found : error
227-
228- publish_cli :
229- name : Publish CLI to npm
230- needs : [preflight, build]
231- runs-on : ubuntu-24.04
232- timeout-minutes : 10
233- steps :
234- - name : Checkout
235- uses : actions/checkout@v6
236- with :
237- ref : ${{ needs.preflight.outputs.ref }}
238-
239- - name : Setup Bun
240- uses : oven-sh/setup-bun@v2
241- with :
242- bun-version-file : package.json
243-
244- - name : Setup Node
245- uses : actions/setup-node@v6
246- with :
247- node-version-file : package.json
248- registry-url : https://registry.npmjs.org
249-
250- - name : Install dependencies
251- run : bun install --frozen-lockfile
252-
253- - name : Align package versions to release version
254- run : node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
255-
256- - name : Build CLI package
257- run : bun run build --filter=@t3tools/web --filter=t3
258-
259- - name : Publish CLI package
260- run : node apps/server/scripts/cli.ts publish --tag latest --app-version "${{ needs.preflight.outputs.version }}" --verbose
261-
262227 release :
263228 name : Publish GitHub Release
264- needs : [preflight, build, publish_cli ]
229+ needs : [preflight, build]
265230 runs-on : ubuntu-24.04
266231 timeout-minutes : 10
267232 steps :
You can’t perform that action at this time.
0 commit comments