diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 493c455..63db85e 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -41,7 +41,7 @@ jobs: asset_name: demo.apk - name: Publish to Maven Central - if: github.event.release.draft == 'false' + if: github.event.release.draft == false run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache env: IMPROV_LIB_RELEASE: ${{ github.event.release.tag_name }}