|  | @@ -63,6 +63,9 @@ jobs:
 | 
											
												
													
														|  |          description="$description$(git log --pretty=format:'%h %s (%cI) <%an>' --abbrev-commit --max-count=15 | sed --r 's/(^[\*]+)/\\\1/g') "        
 |  |          description="$description$(git log --pretty=format:'%h %s (%cI) <%an>' --abbrev-commit --max-count=15 | sed --r 's/(^[\*]+)/\\\1/g') "        
 | 
											
												
													
														|  |          echo ${description}
 |  |          echo ${description}
 | 
											
												
													
														|  |          echo ${description} >>release_desc.txt
 |  |          echo ${description} >>release_desc.txt
 | 
											
												
													
														|  | 
 |  | +        description="${description//'%'/'%25'}"
 | 
											
												
													
														|  | 
 |  | +        description="${description//$'\n'/'%0A'}"
 | 
											
												
													
														|  | 
 |  | +        description="${description//$'\r'/'%0D'}"        
 | 
											
												
													
														|  |          echo "description=${description}" >> $GITHUB_ENV
 |  |          echo "description=${description}" >> $GITHUB_ENV
 | 
											
												
													
														|  |          cat release_desc.txt
 |  |          cat release_desc.txt
 | 
											
												
													
														|  |      - name: Show Target
 |  |      - name: Show Target
 |