Fix nightly failures when no changes occur. (#887)

This commit is contained in:
Justin Bassett 2020-09-06 08:42:03 -04:00 committed by GitHub
parent 06afa32bf5
commit 567e60a14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,4 +59,4 @@ jobs:
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
VERSION: ${{ steps.rel_number.outputs.version }}
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
run: ./gradlew publishFullReleaseBundle
run: ./gradlew publishFullReleaseBundle || echo "Issue uploading Release, may just be nothing has changed"