fix: CHANGELOG not reflecting correctly (#13888)
* fix: CHANGELOG not reflecting correctly * Update .github/workflows/release-edit-with-push.yml Co-authored-by: anatawa12 <anatawa12@icloud.com> --------- Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
		
							parent
							
								
									28e0e20879
								
							
						
					
					
						commit
						cf2256cf41
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/release-edit-with-push.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release-edit-with-push.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -37,4 +37,7 @@ jobs:
 | 
			
		|||
      # PRのnotesを更新
 | 
			
		||||
      - name: Update PR
 | 
			
		||||
        run: |
 | 
			
		||||
          gh pr edit ${{ steps.get_pr.outputs.pr_number }} --body "${{ steps.changelog.outputs.changelog }}"
 | 
			
		||||
          gh pr edit "$PR_NUMBER" --body "$CHANGELOG"
 | 
			
		||||
        env:
 | 
			
		||||
          CHANGELOG: ${{ steps.changelog.outputs.changelog }}
 | 
			
		||||
          PR_NUMBER: ${{ steps.get_pr.outputs.pr_number }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue