Skip to content

Commit

Permalink
Add back github disable
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jul 18, 2024
1 parent d56358a commit 62ad110
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ abstract class PublishPlugin : Plugin<Project> {
}
}
}
release.apply {
github {
enabled.set(false)
}
}
}
}
}
Expand Down

0 comments on commit 62ad110

Please sign in to comment.