Skip to content

Commit 29f1313

Browse files
committed
commented out the broken workflow
1 parent b679a61 commit 29f1313

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/deploy-sdk.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)