Skip to content

Commit 68cbd08

Browse files
authored
misc: repo tools version bump (#104)
1 parent 4524719 commit 68cbd08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Generate Artifact Size Metrics
2727
run: ./gradlew artifactSizeMetrics
2828
- name: Save Artifact Size Metrics
29-
run: ./gradlew saveArtifactSizeMetrics
29+
run: ./gradlew saveArtifactSizeMetrics -Prelease=${{ github.event.release.tag_name }}
3030
- name: Put Artifact Size Metrics in CloudWatch
3131
run: ./gradlew putArtifactSizeMetricsInCloudWatch -Prelease=${{ github.event.release.tag_name }}
3232
size-check:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin-version = "1.9.21"
33

4-
aws-kotlin-repo-tools-version = "0.4.4"
4+
aws-kotlin-repo-tools-version = "0.4.5"
55

66
# libs
77
crt-java-version = "0.29.6"

0 commit comments

Comments
 (0)