Skip to content

Commit dfc6b7f

Browse files
committed
turn off gpg for now
1 parent 155dced commit dfc6b7f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gradle-release.yml

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

4948
steps:
5049
- uses: actions/checkout@v2

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if (bintrayUser != null && bintrayKey != null) {
353353
vcsTag = project.version.toString()
354354
released = java.util.Date().toString()
355355

356-
gpg.sign = true
356+
// gpg.sign = true
357357

358358
// mavenCentralSync.apply {
359359
// user = sonatypeUsername

0 commit comments

Comments
 (0)