diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index d67a1a394..66b442d22 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -14,5 +14,5 @@ runs: shell: bash - run: ./gradlew build publishToMavenLocal bintrayUploadAll artifactoryPublish -Pbintray.dryRun -Partifactory.dryRun shell: bash - - run: ./gradlew ciPerformRelease + - run: ./gradlew ciPerformRelease -Pbintray.dryRun # Stop publishing to bintray shell: bash \ No newline at end of file