mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
fix line continuation in the release script
This commit is contained in:
parent
1d99c4e80b
commit
c27f573eed
2 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue