Skip to content

Commit

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

0 comments on commit d5bb73d

Please sign in to comment.