Skip to content

Commit 56db3ad

Browse files
committed
Publish Gihub CI release
1 parent 643917d commit 56db3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
const release = await github.repos.createRelease({
3030
owner, repo,
3131
tag_name: `v6.${process.env.GITHUB_RUN_NUMBER}`,
32-
draft: true,
32+
draft: false,
3333
target_commitish: sha
3434
});
3535

0 commit comments

Comments
 (0)