Fix drafting on release
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/publish_release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/publish_release.yaml
									
									
									
									
										vendored
									
									
								
							@ -33,6 +33,7 @@ jobs:
 | 
				
			|||||||
        uses: softprops/action-gh-release@v1
 | 
					        uses: softprops/action-gh-release@v1
 | 
				
			||||||
        if: startsWith(github.ref, 'refs/tags/')
 | 
					        if: startsWith(github.ref, 'refs/tags/')
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
					          draft: false
 | 
				
			||||||
          files: |
 | 
					          files: |
 | 
				
			||||||
            build/birdbot
 | 
					            build/birdbot
 | 
				
			||||||
            sample_config.yaml
 | 
					            sample_config.yaml
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user