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 1db2ca4 commit a2acf7bCopy full SHA for a2acf7b
.github/workflows/release_please.yaml
@@ -70,9 +70,7 @@ jobs:
70
env:
71
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
72
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
73
- # We publish everything from Mac.
74
- # Note: This will compile Linux targets but NOT run their tests (which would fail on Mac).
75
- # We assume CI has already validated Linux tests.
+
76
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon --stacktrace
77
78
- name: Clean up signing secrets
0 commit comments