Skip to content

Commit 1ad076e

Browse files
committed
chore: modify publishing to test it out
1 parent f29a77d commit 1ad076e

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22

33
on:
4+
pull_request:
45
release:
56
types: [published]
67

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
6868
copyright = "Copyright (c) 2023 FactSet"
6969
}
7070

71-
release {
72-
github {
73-
commitAuthor {
74-
name = "FactSet"
75-
email = "info@yourorganization.com"
76-
}
77-
}
78-
}
79-
8071
signing {
8172
active.set(org.jreleaser.model.Active.ALWAYS)
8273
armored = true
@@ -89,8 +80,6 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
8980
active.set(org.jreleaser.model.Active.ALWAYS)
9081
url = "https://s01.oss.sonatype.org/service/local"
9182
snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
92-
closeRepository = true
93-
releaseRepository = true
9483
stagingRepository("build/staging-deploy")
9584
}
9685
}

0 commit comments

Comments
 (0)