We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6f1a commit 8030cd8Copy full SHA for 8030cd8
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: nick-invision/retry@v2
82
with:
83
timeout_minutes: 10
84
- max_attempts: 5
+ max_attempts: 10
85
retry_on: error
86
command: |
87
cd ./packages/p4
0 commit comments