Fix build url in Maven POM

This commit is contained in:
Michael Bull 2024-03-03 01:56:55 +00:00
parent bbf1c5d08c
commit 9f93f45541
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ publishing {
ciManagement { ciManagement {
system.set("GitHub") system.set("GitHub")
url.set("https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci") url.set("https://github.com/michaelbull/kotlin-result/actions/workflows/build.yaml")
} }
} }
} }