Update scripts/create-github-release.js

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Himanshu Mishra
2020-12-22 10:58:35 +01:00
committed by GitHub
parent f7a79effaa
commit 55fb92acc7
+1 -1
View File
@@ -45,7 +45,7 @@ const [TAG_NAME, GITHUB_TOKEN, BOOL_CREATE_RELEASE] = process.argv.slice(2);
if (!BOOL_CREATE_RELEASE) {
console.log(
'\nRunning script in Dry Run mode. It will output details, wil create a draft release but will NOT publish it.',
'\nRunning script in Dry Run mode. It will output details, will create a draft release but will NOT publish it.',
);
}