Skip to content

Commit

Permalink
ci: use proper step name property
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Oct 8, 2024
1 parent 08f0bf3 commit f40e9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- run: pnpm install

- run: pnpm build
description: Build package
name: Build package
env:
DO_NOT_TRACK: 1 # Disable Turbopack telemetry

- run: pnpm build:app
description: Build dev dir app
name: Build dev dir app

- name: Cache build
uses: actions/cache@v4
Expand Down

0 comments on commit f40e9b8

Please sign in to comment.