ci: change runner to remote in release workflow
This commit is contained in:
		
					parent
					
						
							
								25ff804b76
							
						
					
				
			
			
				commit
				
					
						774e55c6a6
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ permissions:
 | 
			
		|||
jobs:
 | 
			
		||||
  release:
 | 
			
		||||
    name: Release
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: remote
 | 
			
		||||
    permissions:
 | 
			
		||||
      contents: write # to be able to publish a GitHub release
 | 
			
		||||
      issues: write # to be able to comment on released issues
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue