Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,4 @@ jobs:
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
text: ":alert: Some clients failed to release :alert: \n${{ steps.waitForAllReleases.outputs.FAILED_RELEASES }}\nYou can retry the CI jobs to release them again, it will not affect already released clients."
text: ":alert: Some clients failed to release :alert: \n**${{ steps.waitForAllReleases.outputs.FAILED_RELEASES }}**\n\nYou can retry the CI jobs to release them again, it will not affect already released clients."
1 change: 1 addition & 0 deletions templates/kotlin/gradle.properties.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ POM_ISSUE_URL=https://github.com/algolia/algoliasearch-client-kotlin/issues
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true
kotlin.daemon.jvmargs=-Xmx4096m