mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Update .github/workflows/publish-binaries.yml
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c05abc2b0d
						
					
				
				
					commit
					8d79f501f3
				
			
							
								
								
									
										2
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,7 @@ jobs:
 | 
			
		||||
          escaped_tag=$(printf "%q" ${{ github.ref_name }})
 | 
			
		||||
 | 
			
		||||
          if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
 | 
			
		||||
            echo "stable=true" >> ${GITHUB_OUTPUT}
 | 
			
		||||
            echo "stable=true" >> $GITHUB_OUTPUT
 | 
			
		||||
          else
 | 
			
		||||
            echo "stable=false" >> $GITHUB_OUTPUT
 | 
			
		||||
          fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user