TP-12345 | GH Action Optimizations (#483)

This commit is contained in:
Shivam Goyal
2024-06-20 20:46:10 +05:30
committed by GitHub
parent f1b70874a8
commit 8bb22ead11
3 changed files with 4 additions and 0 deletions

View File

@@ -16,8 +16,10 @@ jobs:
uses: ./.github/workflows/generate-aar.yml
with:
buildType: debug
secrets: inherit
build-release:
if: github.event_name == 'push'
uses: ./.github/workflows/generate-aar.yml
with:
buildType: release
secrets: inherit

View File

@@ -14,3 +14,4 @@ jobs:
with:
buildType: release
nexusRepository: maven-releases
secrets: inherit

View File

@@ -21,3 +21,4 @@ jobs:
with:
buildType: ${{ inputs.buildType }}
nexusRepository: maven-snapshots
secrets: inherit