fix: add missing conditional exit in release workflow
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -51,6 +51,7 @@ jobs:
 | 
			
		||||
          if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
 | 
			
		||||
            echo "::error::Failed to detect CI provider!"
 | 
			
		||||
            exit 1
 | 
			
		||||
          fi
 | 
			
		||||
 | 
			
		||||
  github-release:
 | 
			
		||||
    needs: [route, verify-provider]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user