Skip to content

Commit

Permalink
Merge pull request #954 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz authored Nov 30, 2020
2 parents 96b9616 + c87bbfa commit 9849eeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
version:
description: 'Version to build'
required: true
push:
tags:
- '*'
pull_request:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9849eeb

Please sign in to comment.