Skip to content

Commit

Permalink
misc: repo tools version bump (awslabs#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored May 2, 2024
1 parent 4524719 commit 68cbd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-size-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 68cbd08

Please sign in to comment.