Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit f40e9b8

Browse files
committed
ci: use proper step name property
1 parent 08f0bf3 commit f40e9b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
- run: pnpm install
5151

5252
- run: pnpm build
53-
description: Build package
53+
name: Build package
5454
env:
5555
DO_NOT_TRACK: 1 # Disable Turbopack telemetry
5656

5757
- run: pnpm build:app
58-
description: Build dev dir app
58+
name: Build dev dir app
5959

6060
- name: Cache build
6161
uses: actions/cache@v4

0 commit comments

Comments
 (0)