.gitea/workflows/release.yml hinzugefügt
This commit is contained in:
		
							
								
								
									
										16
									
								
								.gitea/workflows/release.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.gitea/workflows/release.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
name: test 
 | 
			
		||||
run-name: CommentCollection 
 | 
			
		||||
on: 
 | 
			
		||||
    push:
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
jobs: 
 | 
			
		||||
  Dump Gitea Context: 
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      uses: akkuman/gitea-release-action@v1
 | 
			
		||||
      env:
 | 
			
		||||
          NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
 | 
			
		||||
      with:
 | 
			
		||||
        files: |-
 | 
			
		||||
          **
 | 
			
		||||
		Reference in New Issue
	
	Block a user