Skip to content

Commit 1794319

Browse files
committed
ci
1 parent 8f53794 commit 1794319

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ jobs:
209209
runs-on: blacksmith-4vcpu-ubuntu-2404
210210
steps:
211211
- uses: actions/checkout@v3
212-
with:
213-
fetch-depth: 0
214212

215213
- uses: ./.github/actions/setup-bun
216214

script/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!Script.preview) {
1212
const previous = await getLatestRelease(Script.version)
1313
const notes = await buildNotes(previous, "HEAD")
1414
const body = notes.join("\n") || "No notable changes"
15-
await $`gh release edit v${Script.version} --draft=false --title "v${Script.version}" --notes ${body}`
15+
await $`gh release edit v${Script.version} --title "v${Script.version}" --notes ${body}`
1616
output.push(`release=${release.id}`)
1717
output.push(`tag=${release.tagName}`)
1818
}

0 commit comments

Comments
 (0)