Skip to content

Commit

Permalink
change attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Sep 27, 2023
1 parent e2323f4 commit 942d830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ jobs:
env:
PACKAGE_VERSION: ${{ needs.build.outputs.version }}
with:
max_attempts: 5
max_attempts: 7
retry_on: error
timeout_minutes: 10
timeout_minutes: 5
command: |
cd dist
PACKAGES=("@winglang/sdk" "@winglang/compiler" "@wingconsole/design-system" "@wingconsole/ui" "@wingconsole/server" "@wingconsole/app" "winglang")
Expand Down

0 comments on commit 942d830

Please sign in to comment.