Fix version variable name in updater script
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									e7a97667e7
								
							
						
					
					
						commit
						81d58fd97d
					
				
							
								
								
									
										2
									
								
								.github/workflows/updater.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/updater.sh
									
									
									
									
										vendored
									
									
								
							@ -123,7 +123,7 @@ done
 | 
				
			|||||||
sudo apt-get install moreutils
 | 
					sudo apt-get install moreutils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Replace new version in manifest
 | 
					# Replace new version in manifest
 | 
				
			||||||
jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json
 | 
					jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# No need to update the README, yunohost-bot takes care of it
 | 
					# No need to update the README, yunohost-bot takes care of it
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user