fix line continuation in the release script

This commit is contained in:
zadam 2021-04-22 19:39:57 +02:00
parent 1d99c4e80b
commit c27f573eed
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ echo "$GITHUB_CLI_AUTH_TOKEN" | gh auth login --with-token
gh release create "$TAG" \
--title "$TAG release" \
--notes ""
--notes "" \
$EXTRA \
"dist/$DEBIAN_X64_BUILD" \
"dist/$LINUX_X64_BUILD" \

View file

@ -55,7 +55,7 @@
"jsdom": "16.5.0",
"mime-types": "2.1.29",
"multer": "1.4.2",
"node-abi": "2.21.0",
"node-abi": "2.26.0",
"open": "7.4.2",
"portscanner": "2.2.0",
"rand-token": "1.0.1",