Skip to content

Commit

Permalink
Fixed GPP publish task + lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 7, 2021
1 parent 0c9b0e7 commit a395827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew connectedCheck --no-daemon
- name: Publish with Gradle
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: ./gradlew assembleRelease publish --no-daemon
run: ./gradlew assembleRelease publishApps --no-daemon
env:
KEYSTORE_STORE_PASS: ${{ secrets.KEYSTORE_STORE_PASS }}
KEYSTORE_KEY_ALIAS: gianlu
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

lintOptions {
warning 'MissingTranslation'
warning 'MissingTranslation', 'Instantiatable'
}

playConfigs {
Expand Down

0 comments on commit a395827

Please sign in to comment.