mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update release changelog to flag prereleases properly
This commit is contained in:
		
							parent
							
								
									0f93743772
								
							
						
					
					
						commit
						ff6ef4ae5a
					
				@ -22,5 +22,6 @@ jobs:
 | 
			
		||||
          tag_name: ${{ github.ref }}
 | 
			
		||||
          release_name: ${{ github.ref }}
 | 
			
		||||
          body: ${{ steps.github_release.outputs.changelog }}
 | 
			
		||||
          prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user