Skip to content

Commit

Permalink
set max-parallel=1 for publishing of release
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 4, 2020
1 parent 0c12e65 commit b6e71d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
matrix:
os: [ ubuntu-20.04, macos-latest, windows-latest ]
fail-fast: false
max-parallel: 1

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6e71d6

Please sign in to comment.