diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index c8f8d49..d9f8dab 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -92,7 +92,7 @@ jobs: uses: gradle/gradle-build-action@v2 with: arguments: > - ${{ github.event_name == 'release' || '--dry-run' }} + ${{ github.event_name != 'release' && '--dry-run' || '' }} -x classes -x javadocJar -x sourcesJar publish closeSonatypeStagingRepository env: