This commit is contained in:
Justin Bassett 2021-10-13 23:17:32 -04:00 committed by GitHub
parent 8fbc55e97b
commit 23329d90cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -58,7 +58,7 @@ 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 bundleFullRelease
run: ./gradlew :app:bundleFullRelease :wear:bundleRelease
- name: Check for build need
run: |

View file

@ -114,6 +114,8 @@ play {
serviceAccountCredentials.set(file("playStorePublishServiceCredentialsFile.json"))
track.set("beta")
resolutionStrategy.set(ResolutionStrategy.IGNORE)
// We will depend on the wear commit.
commit.set(false)
}
dependencies {

View file

@ -68,6 +68,7 @@ play {
serviceAccountCredentials.set(file("playStorePublishServiceCredentialsFile.json"))
track.set("beta")
resolutionStrategy.set(com.github.triplet.gradle.androidpublisher.ResolutionStrategy.IGNORE)
commit.set(true)
}
dependencies {