File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
2828 - name : Setup Android SDK
2929 uses : ./.github/actions/setup-android
3030
31- # Generate SDK size report to update in main branch before deploying new release.
32- # The report is pushed by semantic-release action below by including files listed in the
33- # `assets` array in the `.releaserc` file.
34- - name : Generate SDK Size Report
35- run : |
36- ./gradlew publishToMavenLocal
37- ./gradlew generateSdkSizeReport -PwriteReportTo=reports/sdk-binary-size.json
38- env :
39- # Use local version to make sure the report is generated for the current changes
40- IS_DEVELOPMENT : ' true'
31+ # # Generate SDK size report to update in main branch before deploying new release.
32+ # # The report is pushed by semantic-release action below by including files listed in the
33+ # # `assets` array in the `.releaserc` file.
34+ # - name: Generate SDK Size Report
35+ # run: |
36+ # ./gradlew publishToMavenLocal
37+ # ./gradlew generateSdkSizeReport -PwriteReportTo=reports/sdk-binary-size.json
38+ # env:
39+ # # Use local version to make sure the report is generated for the current changes
40+ # IS_DEVELOPMENT: 'true'
4141
4242 # Semantic-release tool is used to:
4343 # 1. Determine the next semantic version for the software during deployment.
You can’t perform that action at this time.
0 commit comments