From 68cbd08910bf399c5026330f28ee83030d1e0304 Mon Sep 17 00:00:00 2001 From: 0marperez <60363173+0marperez@users.noreply.github.com> Date: Thu, 2 May 2024 09:41:46 -0600 Subject: [PATCH] misc: repo tools version bump (#104) --- .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 1d26620..3097b81 100644 --- a/.github/workflows/artifact-size-metrics.yml +++ b/.github/workflows/artifact-size-metrics.yml @@ -26,7 +26,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 7c33e30..40a8c98 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin-version = "1.9.21" -aws-kotlin-repo-tools-version = "0.4.4" +aws-kotlin-repo-tools-version = "0.4.5" # libs crt-java-version = "0.29.6"