mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix line continuation in the release script
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user