We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeeb34 commit 49d9576Copy full SHA for 49d9576
.github/workflows/gradle-publish-release.yml
@@ -27,7 +27,7 @@ jobs:
27
gradle-version: current
28
29
- name: Gradle Build and Test
30
- run: gradle publish --parallel
+ run: gradle publish
31
env:
32
gpg_private_key: ${{ secrets.gpg_private_key }}
33
gpg_passphrase: ${{ secrets.gpg_passphrase }}
0 commit comments