Skip to content

Commit

Permalink
Update release workflow: add checksum task to release
Browse files Browse the repository at this point in the history
  • Loading branch information
skobow committed May 27, 2024
1 parent 5c4c8fb commit d9435ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ license {

release {
revertOnFail.set(true)
buildTasks.set(listOf("clean", "hivemqExtensionZip"))
buildTasks.set(listOf("clean", "hivemqExtensionZip", "checksum"))
scmAdapters = listOf(net.researchgate.release.GitAdapter::class.java)
git {
requireBranch.set("")
Expand Down

0 comments on commit d9435ed

Please sign in to comment.