build(gha): Add GIT_*_NAME variables
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,6 +21,9 @@ jobs:
 | 
				
			|||||||
            version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
 | 
					            version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            DRY_RUN: ${{ github.event.client_payload.dry_run }}
 | 
					            DRY_RUN: ${{ github.event.client_payload.dry_run }}
 | 
				
			||||||
 | 
					            GIT_COMMITTER_NAME: getsentry-bot
 | 
				
			||||||
 | 
					            GIT_AUTHOR_NAME: getsentry-bot
 | 
				
			||||||
 | 
					            EMAIL: bot@getsentry.com
 | 
				
			||||||
        - uses: getsentry/craft@master
 | 
					        - uses: getsentry/craft@master
 | 
				
			||||||
          with:
 | 
					          with:
 | 
				
			||||||
            action: publish
 | 
					            action: publish
 | 
				
			||||||
@@ -29,3 +32,6 @@ jobs:
 | 
				
			|||||||
            no_merge: true
 | 
					            no_merge: true
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            DRY_RUN: ${{ github.event.client_payload.dry_run }}
 | 
					            DRY_RUN: ${{ github.event.client_payload.dry_run }}
 | 
				
			||||||
 | 
					            GIT_COMMITTER_NAME: getsentry-bot
 | 
				
			||||||
 | 
					            GIT_AUTHOR_NAME: getsentry-bot
 | 
				
			||||||
 | 
					            EMAIL: bot@getsentry.com
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user