Skip to content

Commit e9b3140

Browse files
committed
chore: skip github release
1 parent 78880cc commit e9b3140

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
128128

129129
release {
130130
github {
131-
enabled = false
131+
skipTag = true
132+
skipRelease = true
132133
}
133134
}
134135

0 commit comments

Comments
 (0)