.gitea/workflows/release.yml aktualisiert
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Dump Gitea Context (push) Successful in 4s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea Actions Demo / Dump Gitea Context (push) Successful in 4s
				
			This commit is contained in:
		@@ -12,6 +12,11 @@ jobs:
 | 
				
			|||||||
          curl -X DELETE -H "Content-Type: application/json" 
 | 
					          curl -X DELETE -H "Content-Type: application/json" 
 | 
				
			||||||
          -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" 
 | 
					          -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" 
 | 
				
			||||||
          "https://git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
 | 
					          "https://git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
 | 
				
			||||||
 | 
					      - name: yank tag
 | 
				
			||||||
 | 
					        run: >
 | 
				
			||||||
 | 
					          curl -X DELETE -H "Content-Type: application/json" 
 | 
				
			||||||
 | 
					          -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" 
 | 
				
			||||||
 | 
					          "https://git.beisel.it/api/v1/repos/florian/test/tags/nightly"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - step: test
 | 
					      - step: test
 | 
				
			||||||
        uses: akkuman/gitea-release-action@v1
 | 
					        uses: akkuman/gitea-release-action@v1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user