Skip to content

Commit 297b3a6

Browse files
authored
Update release.yml
1 parent f04b7fa commit 297b3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
core.info(`Creating release ${version}`);
7777
78-
const draft = core.getInput('publish', { required: true }).toLowerCase() === 'false';
78+
const draft = core.getInput('draft', { required: true }).toLowerCase() === 'true';
7979
core.info(`Draft mode : ${draft}`);
8080
8181
const body = fs.readFileSync('CHANGELOG.md').toString();

0 commit comments

Comments
 (0)