Skip to content

Commit 36af938

Browse files
committed
Fix release publishing (#1343)
1 parent a3075d0 commit 36af938

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/index.pkl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,14 @@ release {
184184
jobs =
185185
(releaseJobs) {
186186
["deploy-release"] = (
187-
new DeployJob { command = "publishToSonatype closeAndReleaseSonatypeStagingRepository" }
187+
new DeployJob {
188+
isRelease = true
189+
command = "publishToSonatype closeAndReleaseSonatypeStagingRepository"
190+
}
188191
) {
189192
needs = releaseJobs.keys.toListing()
190193
}
191-
["github-release"] = (new GithubRelease {}) {
194+
["github-release"] = new GithubRelease {
192195
needs = "deploy-release"
193196
}
194197
} |> toWorkflowJobs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)