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

View File

@ -181,7 +181,7 @@ publishing {
ciManagement {
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")
}
}
}