mirror of
				https://github.com/brain-hackers/buildbrain
				synced 2025-11-04 14:28:34 +09:00 
			
		
		
		
	Append a suffix by the tag
Conflicting tag name is now invalid
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -31,7 +31,7 @@ jobs:
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        with:
 | 
			
		||||
          tag_name: ${{ steps.release_name.outputs.name }}
 | 
			
		||||
          tag_name: ${{ steps.release_name.outputs.name }}-tag
 | 
			
		||||
          release_name: ${{ steps.release_name.outputs.name }}
 | 
			
		||||
          body_path: CHANGES.md
 | 
			
		||||
          draft: false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user