We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643917d commit 56db3adCopy full SHA for 56db3ad
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
const release = await github.repos.createRelease({
30
owner, repo,
31
tag_name: `v6.${process.env.GITHUB_RUN_NUMBER}`,
32
- draft: true,
+ draft: false,
33
target_commitish: sha
34
});
35
0 commit comments