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
						
							a441fe5ae5
						
					
				
				
					commit
					c05abc2b0d
				
			
							
								
								
									
										2
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							@@ -25,7 +25,7 @@ jobs:
 | 
			
		||||
          if [[ $escaped_tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
 | 
			
		||||
            echo "stable=true" >> ${GITHUB_OUTPUT}
 | 
			
		||||
          else
 | 
			
		||||
            echo "stable=false" >> ${GITHUB_OUTPUT}
 | 
			
		||||
            echo "stable=false" >> $GITHUB_OUTPUT
 | 
			
		||||
          fi
 | 
			
		||||
      - name: Check release validity
 | 
			
		||||
        if: github.event_name != 'schedule' && steps.check-tag-format.outputs.stable == 'true'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user