Skip to content

Commit 42c195a

Browse files
committed
Fixing build script for errors while releasing smithy.
1 parent 221d158 commit 42c195a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,9 @@ afterEvaluate {
5858
if (project.hasProperty("release.main")) {
5959
apply(plugin = "org.jreleaser")
6060

61-
// Workaround for https://github.com/jreleaser/jreleaser/issues/1492
62-
tasks.register("clean")
63-
6461
configure<JReleaserExtension> {
6562
dryrun = false
6663

67-
// Used for creating and pushing the version tag, but this configuration ensures that
68-
// an actual GitHub release isn't created (since the CLI release does that)
69-
release {
70-
github {
71-
skipRelease = true
72-
tagName = "{{projectVersion}}"
73-
}
74-
}
75-
7664
// Used to announce a release to configured announcers.
7765
// https://jreleaser.org/guide/latest/reference/announce/index.html
7866
announce {

0 commit comments

Comments
 (0)