update release action
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -44,8 +44,8 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Set up Git
 | 
			
		||||
        run: |
 | 
			
		||||
          git config user.email "${{ GITHUB_ACTOR }}@users.noreply.github.com"
 | 
			
		||||
          git config user.name "${{ GITHUB_ACTOR }}"
 | 
			
		||||
          git config user.email "novice88@users.noreply.github.com"
 | 
			
		||||
          git config user.name "novice88"
 | 
			
		||||
 | 
			
		||||
      - name: Create Tag
 | 
			
		||||
        run: git tag -a v${{ github.run_number }} -m "Release version v${{ github.run_number }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user