Merge pull request #4084 from crazyserver/MOBILE-4470
MOBILE-4470 scripts: Fix release type not being passed
This commit is contained in:
		
						commit
						bbbc8454f5
					
				
							
								
								
									
										2
									
								
								.github/scripts/release.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/release.sh
									
									
									
									
										vendored
									
									
								
							@ -16,7 +16,7 @@ if [ ! -f scripts/release.sh ]; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
print_title 'Create release tags'
 | 
			
		||||
./scripts/release.sh
 | 
			
		||||
./scripts/release.sh $1
 | 
			
		||||
 | 
			
		||||
if [ $? -ne 0 ]; then
 | 
			
		||||
    exit 1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user