Skip to content

Commit b6e71d6

Browse files
committed
set max-parallel=1 for publishing of release
1 parent 0c12e65 commit b6e71d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
matrix:
4545
os: [ ubuntu-20.04, macos-latest, windows-latest ]
4646
fail-fast: false
47+
max-parallel: 1
4748

4849
steps:
4950
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)