Skip to content

Commit 9de29dd

Browse files
committed
Auto-publish tag: publish a release right away, not just a draft
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ef37af0 commit 9de29dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
owner: context.repo.owner,
7373
repo: context.repo.repo,
7474
tag_name: readFileSync('tag_name').toString(),
75-
draft: true,
75+
draft: false,
7676
prerelease: false,
7777
body: readFileSync('body').toString()
7878
})

0 commit comments

Comments
 (0)