Whitespace

This commit is contained in:
Hugh Nimmo-Smith
2025-03-19 15:04:37 +00:00
parent 52b3e60ed1
commit 7333d6793a

View File

@@ -148,7 +148,6 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
run: ./gradlew publishAndReleaseToMavenCentral --no-daemon ${{ env.DRY_RUN == 'true' && '--dry-run' || '' }}
- name: Add release note
if: ${{ env.DRY_RUN == 'false' }}
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2