diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3d8c2ece..65ae648d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: version: description: 'Version to build' required: true + push: + tags: + - '*' pull_request: jobs: @@ -97,11 +100,11 @@ jobs: echo "openSource.signing.file=signing.gradle" >> local.properties - name: Build Release App - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') && false run: ./gradlew app:assembleStaging app:assembleRelease app:bundleRelease - name: Relase bintray - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') && false run: | ./gradlew build -x test -x lint ./gradlew library-core:bintrayUpload -x test -x lint -Plibrary_core_only --no-configure-on-demand --no-parallel