mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	ci: Add date to nightly release title (#2748)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@@ -110,7 +110,7 @@ jobs:
 | 
			
		||||
    with:
 | 
			
		||||
      delete_pattern: "nightly-*"
 | 
			
		||||
      prerelease: true
 | 
			
		||||
      title: "Clio development (nightly) build"
 | 
			
		||||
      title: "Clio development build (`nightly-${{ needs.get_date.outputs.date }}`)"
 | 
			
		||||
      version: nightly-${{ needs.get_date.outputs.date }}
 | 
			
		||||
      header: >
 | 
			
		||||
        > **Note:** Please remember that this is a development release and it is not recommended for production use.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user