TP-12345 | GH Action Optimizations (#483)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
@@ -14,3 +14,4 @@ jobs:
|
||||
with:
|
||||
buildType: release
|
||||
nexusRepository: maven-releases
|
||||
secrets: inherit
|
||||
|
||||
1
.github/workflows/publish-snapshot.yml
vendored
1
.github/workflows/publish-snapshot.yml
vendored
@@ -21,3 +21,4 @@ jobs:
|
||||
with:
|
||||
buildType: ${{ inputs.buildType }}
|
||||
nexusRepository: maven-snapshots
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user