We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768e336 commit 17085d9Copy full SHA for 17085d9
1 file changed
.github/workflows/create_release.yaml
@@ -18,6 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
timeout-minutes: 10
20
strategy:
21
+ max-parallel: 1 # workaround for https://github.com/softprops/action-gh-release/issues/445
22
matrix:
23
os: [ubuntu-latest, windows-latest, macos-latest]
24
include:
0 commit comments