From 152ded4d1dc609b600bade723f80d000dd85267f Mon Sep 17 00:00:00 2001 From: 0marperez <60363173+0marperez@users.noreply.github.com> Date: Thu, 2 May 2024 09:51:29 -0600 Subject: [PATCH] misc: repo tools version bump (#1085) --- .github/workflows/artifact-size-metrics.yml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-size-metrics.yml b/.github/workflows/artifact-size-metrics.yml index 8c2405d1e..bd1c521e1 100644 --- a/.github/workflows/artifact-size-metrics.yml +++ b/.github/workflows/artifact-size-metrics.yml @@ -32,7 +32,7 @@ jobs: - name: Generate Artifact Size Metrics run: ./gradlew artifactSizeMetrics - name: Save Artifact Size Metrics - run: ./gradlew saveArtifactSizeMetrics + run: ./gradlew saveArtifactSizeMetrics -Prelease=${{ github.event.release.tag_name }} - name: Put Artifact Size Metrics in CloudWatch run: ./gradlew putArtifactSizeMetricsInCloudWatch -Prelease=${{ github.event.release.tag_name }} size-check: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 562e7cd29..d75fd27c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin-version = "1.9.23" dokka-version = "1.9.10" -aws-kotlin-repo-tools-version = "0.4.4" +aws-kotlin-repo-tools-version = "0.4.5" # libs coroutines-version = "1.7.3"