Skip to content

Commit

Permalink
misc: repo tools version bump (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored May 2, 2024
1 parent bcd357c commit 152ded4
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 152ded4

Please sign in to comment.