mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix version setting in release script
This commit is contained in:
		
							parent
							
								
									f90c2317fc
								
							
						
					
					
						commit
						29fd78aee5
					
				@ -18,7 +18,7 @@ if ! git diff-index --quiet HEAD --; then
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
jq '.version = "$VERSION"' package.json|sponge package.json
 | 
			
		||||
jq '.version = "'$VERSION'"' package.json|sponge package.json
 | 
			
		||||
 | 
			
		||||
TAG=v$VERSION
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user