aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 18aac81f8..6a3099d98 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -332,7 +332,7 @@ jobs:
332 with: 332 with:
333 command: npm i 333 command: npm i
334 timeout_minutes: 15 334 timeout_minutes: 15
335 max_attempts: 3 335 max_attempts: 6
336 retry_on: error 336 retry_on: error
337 - name: Package recipes 337 - name: Package recipes
338 run: pnpm i && pnpm run package 338 run: pnpm i && pnpm run package